fone is a simple S3 and sftp Browser based on fyne
- 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