Awesome
td
Simple & Elegant To Do List Manager Written In BASH
Dependencies
- BASH or another capable SHELL
- Bat
Installation & Usage
Install bat, a fancy cat clone (or change the script to use cat, rat etc ... whatever you like) <br>
Place the script somewhere in your $PATH <br>
Run the script with no arguments to see the help
Use <code>td add</code> to add a task
Use the <code>H M L</code> arguments after the <code>add</code> argument to specify a priority. High, Medium, Low.
Use <code>td list</code> to see all your current tasks
Use <code>td rm</code> followed by task number to remove them
That's it! Easy!
Demo
https://user-images.githubusercontent.com/107309764/231548864-4f5ba01c-06be-4fa6-8eec-cfeeaf171313.mp4