Closest thing to scribbling stuff on a sticky note
~$ rmbrs todos add "finish bandwidth profiles feature"
Added todo
~$ rmbrs todos
[1] work on snowplow
[2] make something in rust
[3] add sentry to the Supervisor
[4] finish bandwidth profiles feature
~$ rmbrs todos rm 2
Removed todo
~$ rmbrs todos
[1] work on snowplow
[2] add sentry to the Supervisor
[3] finish bandwidth profiles feature
- Remember todos and links
- Timed todos
- Use system notification to notify of a todo
- Ask if you still want to remember a todo/link after X time
I like using this tool by calling the todos in my zshrc. This provides a constant reminder of what I wanted todo without having to ask/check manually.