|
il y a 3 ans | |
---|---|---|
.github | il y a 3 ans | |
cmd | il y a 3 ans | |
web | il y a 3 ans | |
.gitignore | il y a 3 ans | |
Dockerfile | il y a 3 ans | |
LICENSE | il y a 3 ans | |
README.md | il y a 3 ans | |
go.mod | il y a 3 ans | |
go.sum | il y a 3 ans | |
main.go | il y a 3 ans |
Sakuin is an http file indexer written in Go. It exposes your files from a given directory, simply and nicely.
cd web/
yarn install && yarn compile
cd ../
go get -v ./...
go build -v ./...
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
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v ./...
docker build .