brief is a standalone Go CLI backed by SQLite for storing and querying personal notes, decisions, snippets, workflows, and related entries from a terminal or script.
This documentation set is derived from the repository, the design specification in design.md, and behavior verified during dogfooding.
github.com/jsldvr/briefcmd/brief/main.gogithub.com/spf13/cobramodernc.org/sqlitegithub.com/mattn/go-isatty_test.go files.brief.go build ./... and go vet ./... are the current automated validation commands used in this repo.