AI-assisted terminal tool for quick personal memory dumps: better TUI, multiple AI providers, optional reminders with desktop notifications, optional per-note encryption, XDG storage, CLI/TUI config.
Project description
🧠 Better Dontforget
🍴 A fork of
bugswriter/dontforget.
Better Dontforget is a focused improvement of the upstream dontforget
project: an AI-assisted terminal tool for quickly capturing and retrieving small
personal memory dumps, with a better TUI, configurable AI providers, optional
reminders with persistent desktop notifications, optional per-note encryption,
XDG-compliant storage, and CLI/TUI-based configuration.
It is a quick personal memory-dump tool. Reminders and encryption are optional and per-note. It is not a calendar, task manager, or full notes application.
✨ Features
- ⚡ Zero-friction capture:
bdf "anything". Works offline; your input is never lost even if the AI is unavailable. - 🔍 Search & AI recall: full-text search (
search) and AI-assisted answers (remind) over your memories (SQLite + FTS5). - 🤖 Multiple AI providers: Gemini (default), OpenAI-compatible (OpenAI, OpenRouter, self-hosted), and Groq — behind a small provider abstraction.
- 🖥️ Improved TUI: live preview pane, in-place editing, encryption, reminders, settings, and a dark/light theme toggle — all keyboard-driven.
- ⏰ Optional reminders: attach a due time via
--remindor natural language ("remind me tomorrow to …"). - 🔔 Desktop notifications: due reminders notify via
notify-send(libnotify), with a one-shotnotify-pendingcommand and a systemd user timer. - 📦 One-command notifier setup:
bdf install-notifierinstalls and enables the systemd timer — no manual file copying. - 🔐 Optional per-note encryption: authenticated (Fernet + PBKDF2), passphrase-based, explicit per note; encrypted content is never sent to AI.
- 📁 XDG-compliant storage and CLI/TUI configuration (no manual file editing).
📦 Install
From PyPI:
pip install better-dontforget
bdf config set provider gemini
bdf config set api_key "$GEMINI_API_KEY"
Or with uv:
uv tool install better-dontforget
Or, for development from source:
uv sync
bdf "anything"
The short alias bdf is installed alongside better-dontforget.
🚀 Quick start
bdf "ratatui was that rust tui library"
bdf "John recommended Severance"
bdf "remind me tomorrow 9am to check that library"
bdf search "rust tui"
bdf remind "what rust tui library was recommended?"
bdf list
bdf tui
Run bdf --help for the full list of commands and options.
See docs/docs.md for full usage and
docs/config.md for configuration.
⏰ Reminders & notifications
Attach a reminder to any note:
bdf --remind "tomorrow 9am" "check the library"
To have reminders delivered automatically (even while the app is closed), install the notifier with a single command:
bdf install-notifier # installs + enables a systemd user timer
bdf uninstall-notifier # removes it
bdf remind (and capturing a note with --remind) will print a hint to run
bdf install-notifier when the notifier isn't active, so you never silently lose
a reminder.
Linux-only: desktop notifications and the systemd timer use libnotify / systemd user units. Core capture/search/recall works everywhere Python does.
🛠️ Development
just install # uv sync
just check # format + lint + type + tests + build (canonical gate)
just test
just lint
just fmt
just type
📄 License
GPL-3.0. Upstream dontforget by Suraj Kushwah; legacy server/client retained
under legacy/ for attribution.
🙏 Credits
Better Dontforget is a fork of bugswriter/dontforget
by Suraj Kushwah. The original SQLite + FTS5 storage engine and AI-assisted
capture/recall concept are carried over and extended; the legacy FastAPI
server and bash curl client are preserved under legacy/ for reference.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file better_dontforget-1.1.1.tar.gz.
File metadata
- Download URL: better_dontforget-1.1.1.tar.gz
- Upload date:
- Size: 120.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7650663bd986bd6ac02e819ae6954615e24473a0ef8b1d3d1f7bb231fa2401b4
|
|
| MD5 |
d9b5a0ab00a10fa9176204241fda38bf
|
|
| BLAKE2b-256 |
7d314240b63e82aa9fb4e952e5cd886cd5dc23fea5c5cb661bc5e7cc203a4629
|
Provenance
The following attestation bundles were made for better_dontforget-1.1.1.tar.gz:
Publisher:
publish.yml on vaproh/dontforget
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
better_dontforget-1.1.1.tar.gz -
Subject digest:
7650663bd986bd6ac02e819ae6954615e24473a0ef8b1d3d1f7bb231fa2401b4 - Sigstore transparency entry: 2171922198
- Sigstore integration time:
-
Permalink:
vaproh/dontforget@445fcdfa8a1c2821c7a4f451d825e44dc64e3f94 -
Branch / Tag:
refs/tags/v1.1.1 - Owner: https://github.com/vaproh
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@445fcdfa8a1c2821c7a4f451d825e44dc64e3f94 -
Trigger Event:
release
-
Statement type:
File details
Details for the file better_dontforget-1.1.1-py3-none-any.whl.
File metadata
- Download URL: better_dontforget-1.1.1-py3-none-any.whl
- Upload date:
- Size: 30.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef4798c97dcc7d2d8111824b41949cdd446010dcfaff9022600f0510fec78117
|
|
| MD5 |
6586638e97f6471128289dbee4ee4a72
|
|
| BLAKE2b-256 |
720b3b6ad725847d46b628f3c9acd64e50750dac29adca0926a748881db6b9d4
|
Provenance
The following attestation bundles were made for better_dontforget-1.1.1-py3-none-any.whl:
Publisher:
publish.yml on vaproh/dontforget
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
better_dontforget-1.1.1-py3-none-any.whl -
Subject digest:
ef4798c97dcc7d2d8111824b41949cdd446010dcfaff9022600f0510fec78117 - Sigstore transparency entry: 2171922280
- Sigstore integration time:
-
Permalink:
vaproh/dontforget@445fcdfa8a1c2821c7a4f451d825e44dc64e3f94 -
Branch / Tag:
refs/tags/v1.1.1 - Owner: https://github.com/vaproh
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@445fcdfa8a1c2821c7a4f451d825e44dc64e3f94 -
Trigger Event:
release
-
Statement type: