|
hace 3 años | |
---|---|---|
.github | hace 3 años | |
cmd | hace 3 años | |
web | hace 3 años | |
.gitignore | hace 3 años | |
Dockerfile | hace 3 años | |
LICENSE | hace 3 años | |
README.md | hace 3 años | |
go.mod | hace 3 años | |
go.sum | hace 3 años | |
main.go | hace 3 años |
Sakuin is an http file indexer written in Go. It exposes your files from a given directory, simply and nicely.
go build -o build/sakuin
Usage:
sakuin [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
serve Start the HTTP server
Flags:
--config string config file (default is $HOME/.sakuin.yaml)
-h, --help help for sakuin
-t, --toggle Help message for toggle
GOOS=linux go build -o build/sakuin
docker build .