Skip to content

shvc/fone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fone

fone is a simple S3/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