Rabbit is a minimalistic CLI tool designed for managing your todos without leaving the terminal. It's fast, it's simple, and it's just a command away.
- Add new tasks
- Remove completed tasks
- Mark tasks as done
- List all tasks
pip install rabbit-todoNote: The command is intentionally shortened to rabi for ease to use.
Add a new task
rabi add "Add new feature to my awsome project"Remove a task
rabi remove 0Mark a task as done
rabi done 0List all tasks
rabi listPull Requests are welcome. For major changes, please open an issue first to discuss what you would like to change.