mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-08-28 21:06:59 -04:00
38 lines
1.1 KiB
Markdown
38 lines
1.1 KiB
Markdown
gossa
|
|
=============
|
|
|
|

|
|
|
|
[](https://travis-ci.org/pldubouilh/gossa)
|
|
|
|
🎶 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
|
|
* browse through files/directories
|
|
* upload with drag-and-drop
|
|
* create new folders
|
|
* move files with drag-and-drop and keyboard
|
|
* browse through pictures with a full-screen carousel
|
|
* simple keyboard navigation/shortcuts
|
|
* fast ; fills my 80MB/s AC wifi link
|
|
|
|
### run
|
|
```sh
|
|
# build
|
|
make
|
|
|
|
# run
|
|
./gossa -h 192.168.100.33 ~/storage
|
|
```
|
|
|
|
### keyboard shortcuts
|
|
* Arrows/Enter browse throughout the files/directories and pictures
|
|
* Ctrl/Meta + C copy URL to clipboard
|
|
* Ctrl/Meta + D create a new directory
|
|
* Ctrl/Meta + X cut selected path
|
|
* Ctrl/Meta + V paste previously selected paths to directory
|
|
* \<any letter\> search
|
|
|
|
### built blobs
|
|
built blobs are available on the [release page](https://github.com/pldubouilh/gossa/releases).
|