td
April 12, 2023 ยท View on GitHub
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)
Place the script somewhere in your $PATH
Run the script with no arguments to see the help

Use td add to add a task

Use the H M L arguments after the add argument to specify a priority. High, Medium, Low.

Use td list to see all your current tasks

Use td rm followed by task number to remove them
