Aucune description

Tone 3fcb80bb0a Better support of files and 404 il y a 3 ans
cmd 3fcb80bb0a Better support of files and 404 il y a 3 ans
web 3fcb80bb0a Better support of files and 404 il y a 3 ans
.gitignore 3235d019eb WIP il y a 3 ans
Dockerfile 3235d019eb WIP il y a 3 ans
LICENSE 5d0bec287c WIP il y a 3 ans
README.md 3235d019eb WIP il y a 3 ans
go.mod 5d0bec287c WIP il y a 3 ans
go.sum 5d0bec287c WIP il y a 3 ans
main.go 5d0bec287c WIP il y a 3 ans

README.md

Sakuin (索引)

Sakuin is an http file indexer written in Go. It exposes your files from a given directory, simply and nicely.

Building

go build -o build/sakuin

Usage

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

Building Docker image

GOOS=linux go build -o build/sakuin
docker build .