shvc / fone

fyne app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

fyne app

License:MIT License


Languages

Language:Go 100.0%