Releases: vaproh/dontforget
Releases · vaproh/dontforget
Release list
Better Dontforget v1.1.1
v1.1.0 — notifier installer, remind checks, no more tagging
Better Dontforget v1.1.0
Bundles the TUI/CLI polish (Phase 9) with the notifier installer, remind status
check, and the removal of low-value automatic AI tagging.
Added
bdf install-notifier/bdf uninstall-notifier— install and enable the
systemd user timer automatically (detects your installed binary; no manual
cpof unit files).remind/ask/q(and capturing a note with--remind) now print a hint to
install or start the notifier when reminders can't fire.
Changed
remindoutput streamlined (no separator/score line; shows the answer plus a
dim↳ from #id).remindrecall always searches your literal question words (not only AI
keywords).
Removed
- Automatic AI tagging on capture. Tags added little value (search/recall use the
raw text). Theai_tagscolumn is retained for compatibility.
Fixed
- TUI keyboard navigation: table focused on launch;
/focuses search and
single-key bindings work again. --helpandconfig showreflect the invoked alias (bdfvs
better-dontforget).
See CHANGELOG.md for full details.
v1.0.0
Better Dontforget v1.0.0
A focused fork of bugswriter/dontforget: an AI-assisted terminal tool for quick personal memory dumps.
Install
From PyPI:
pip install better-dontforget
better-dontforget config set provider gemini
better-dontforget config set api_key "$GEMINI_API_KEY"Or from source: uv sync then better-dontforget "anything".
Features
- ⚡ Zero-friction capture (
better-dontforget "anything"), works offline; AI never loses your input - 🔍 Full-text search (
search) and AI-assisted recall (remind) - 🤖 Multiple AI providers: Gemini (default) and OpenAI-compatible, behind a provider abstraction
- 🖥️ Improved keyboard-driven TUI (view/add/edit/delete/search/settings)
- ⏰ Optional per-note reminders with desktop notifications (
notify-send) + optional systemd timer - 🔐 Optional per-note authenticated encryption (Fernet + PBKDF2), never sent to AI
- 📁 XDG-compliant storage and CLI/TUI configuration