Personal command-line utilities for fast note-taking and navigation.
Opens today's daily note in nvim. Creates it if it doesn't exist.
day # today
day -1 # yesterday
day -5 # 5 days agoNotes are stored in ~/personal/second_brain/periodic_notes/daily_notes/DD-MM-YYYY.md.
Requires: gdate (install with brew install coreutils)
Example Usage:
day_demo_enlarged.mov
Creates or opens a note in your inbox. Prompts for a filename.
zet
# Enter the filename: my-idea
# Opens ~/personal/second_brain/inbox/my-idea.mdFuzzy-find a project directory and open it in a new tmux window.
jump
# fzf through ~/personal/ and ~/zappi/ directories
# Opens selected directory in a new tmux windowRequires: fzf, tmux
Add this directory to your PATH:
export PATH="$HOME/.bin:$PATH"