No description
Find a file
Pierre Dubouilh be9dbff719 first
2018-09-12 18:17:13 +02:00
fixture first 2018-09-12 18:17:13 +02:00
.gitignore first 2018-09-12 18:17:13 +02:00
LICENSE Initial commit 2018-09-11 21:59:31 +02:00
main.go first 2018-09-12 18:17:13 +02:00
main_test.go first 2018-09-12 18:17:13 +02:00
Makefile first 2018-09-12 18:17:13 +02:00
readme.md first 2018-09-12 18:17:13 +02:00
script.js first 2018-09-12 18:17:13 +02:00
style.css first 2018-09-12 18:17:13 +02:00

gossa

e

🎶 A fast and simple webserver for your files. It's dependency-free and with under 250 lines for the server code, easily code-reviewable.

features

  • upload files and folders with drag-and-drop
  • browse throughout files/directories
  • create new folders
  • browse throughout pictures with a full-screen carousel
  • simple keyboard navigation/shortcuts
  • fast ; fills my 80MB/s AC wifi link

run

# run
go run main.go fixture

# build embedding the js/css in the binary
make
./gossa --help

# run CI tests
make ci

keyboard shortcuts

  • Arrows browse throughout the files/directories and pictures
  • Ctrl/Meta + C copy selected path to clipboard
  • Ctrl/Meta + D create a new directory

built blobs

built blobs are available on the release page.