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 in internal/db, internal/cli, internal/output, internal/tui, and internal/crawl.go test ./... is the primary automated validation command.brief.