Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjpclab/go-http-file-server-gui
GUI wrapper for go-http-file-server
https://github.com/mjpclab/go-http-file-server-gui
Last synced: 21 days ago
JSON representation
GUI wrapper for go-http-file-server
- Host: GitHub
- URL: https://github.com/mjpclab/go-http-file-server-gui
- Owner: mjpclab
- License: mit
- Created: 2024-05-12T17:27:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T15:07:29.000Z (5 months ago)
- Last Synced: 2024-08-20T17:59:05.642Z (4 months ago)
- Language: Go
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go HTTP File Server GUI
A GUI wrapper for go-http-file-server.![Go HTTP File Server GUI](ghfs.webp)
## Prerequisites
Setup [Fyne prerequisites](https://docs.fyne.io/started/#prerequisites).## Run from source
```sh
go run .
```## Build
```sh
go build .
```## Build and package
```sh
bash build/build-current.sh
```