personal digital assistant! A key/value store tool for the command line with rich template support, written in Go.
| .github/workflows | ||
| cmd | ||
| docs | ||
| testdata | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| main_test.go | ||
| README.md | ||
Available Commands:
get Get a value.
set Set a value.
del Delete a value.
del-db Delete a whole database.
list-dbs List all databases.
dump Export a database as NDJSON.
restore Imports NDJSON into a database.
completion Generate autocompletions for a specified shell.
help Additional help for any command.