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: 2 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-18T15:17:22.000Z (8 months ago)
- Last Synced: 2025-02-05T10:31:00.548Z (4 months ago)
- Language: Go
- Size: 96.7 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.
## 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
```