Skip to content

v1.0.0

Choose a tag to compare

@vaproh vaproh released this 15 Jul 05:34

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

See the README for full usage and the docs for details.