Is a tiny utility to help me remember stuff. I tend to often forget that my todo lists even exist themselves, and so they're basically useless to me.
This is my personal solution to this problem. I use the terminal/shell all the time, every day, and so this utility allows me to manage a list which is shown each time I open a new shell. The foreground colour of the text and the emojis on the header change every day to keep my monkey brain from phasing it out of existence (I can't use postinotes or signs to remind me things I eventually look right through them).
Add new reminder
bn add reminder "Write README for bubble-note"
List all current reminders
bn list reminders
Remove reminder by ID
bn remove reminder 1
I have my fish config set to run bn list reminders
on shell init.