A small memo CLI for saving notes, finding them later, reviewing old thoughts, linking related memos, and turning a memo into a PNG share image.
CLI:
brew install coderfee/tap/a-memoOther options:
uv tool install a-memoAgents skill:
npx skills add coderfee/a-memo
bunx skills add coderfee/a-memo
pnpx skills add coderfee/a-memoStandalone binaries are available from the latest release.
memo add "read later #idea"
memo list
memo list "#idea"
memo show 1
memo search "later"
memo review
memo insightsMore commands:
memo tags
memo insights --view tags
memo link 1 2
memo links 1
memo image 1 --style ink
memo backup
memo export --out memos.json
memo import memos.jsonUse memo --help and memo <command> --help for the full command list.
Checks:
uv tool run ruff check .
uv tool run ruff format --check .
uv tool run ty check
uv run --extra dev pytest
uv buildProject docs:
- Agent instructions: AGENTS.md
- Memo command guidance: skills/memo/SKILL.md
- Release workflow: .agents/docs/release.md
MIT