Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```