Нет описания

Tone 30d6543b01 Build static binary 3 лет назад
.github 30d6543b01 Build static binary 3 лет назад
cmd 44c441f145 Rework everything and modernize (#1) 3 лет назад
web 44c441f145 Rework everything and modernize (#1) 3 лет назад
.gitignore 44c441f145 Rework everything and modernize (#1) 3 лет назад
Dockerfile efba3cb428 Update Dockerfile 3 лет назад
LICENSE 44c441f145 Rework everything and modernize (#1) 3 лет назад
README.md 44c441f145 Rework everything and modernize (#1) 3 лет назад
go.mod 44c441f145 Rework everything and modernize (#1) 3 лет назад
go.sum 44c441f145 Rework everything and modernize (#1) 3 лет назад
main.go 44c441f145 Rework everything and modernize (#1) 3 лет назад

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 .