Skip to content

shvc/fone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fone

fone is a simple S3 and sftp Browser based on fyne

Install

  • Download prebuilt binary
  • Or build from source
# clone code
git clone https://github.com/shvc/fone

# install build toolkit
go install github.com/fyne-io/fyne-cross@latest

# build Windows binary
fyne-cross windows -env GOPROXY=https://goproxy.cn

# build Linux binary
fyne-cross linux -release -env GOPROXY=https://goproxy.cn

# build Android binary
fyne-cross android -release -env GOPROXY=https://goproxy.cn