Your directories have something to say.
Directory-specific notes that automatically appear when you cd into them.
$ dirnote add "TODO: Refactor auth module"
Note added to ./.dirnote
$ dirnote show
--- Notes for /home/user/project ---
1: [2024-01-15 09:30] TODO: Refactor auth module
----------------------------------------
$ cd my-project # Notes appear automatically!
--- Notes for /home/user/my-project ---
1: [2024-01-15 10:00] Remember to update API keys
----------------------------------------pip install dirnote
python -m dirnote init
# Restart your terminaldirnote add "TODO: Refactor auth" # Add note
dirnote show # View notes
dirnote rm 1 # Remove note #1
dirnote clear # Remove allNotes appear automatically:
$ cd my-project
--- Notes for /home/user/my-project ---
1: [2024-01-15 09:30] TODO: Refactor auth
----------------------------------------- ✅ Zero dependencies
- ✅ Cross-platform (Windows, macOS, Linux)
- ✅ Works with bash, zsh, fish, PowerShell
- ✅ Auto-display on cd
Because everyone forgets what they were working on.
MIT