Skip to content

20k-ultra/rmb.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rmb.rs

Closest thing to scribbling stuff on a sticky note

Usage

~$ 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

Features

  • Remember todos and links

Goals

  • Timed todos
    • Use system notification to notify of a todo
  • Ask if you still want to remember a todo/link after X time

Tricks

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.

About

CLI tool for remembering things

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages