https://github.com/wolandark/td
Simple & Elegant To Do List Manager Written In BASH
https://github.com/wolandark/td
Last synced: 7 months ago
JSON representation
Simple & Elegant To Do List Manager Written In BASH
- Host: GitHub
- URL: https://github.com/wolandark/td
- Owner: wolandark
- License: gpl-3.0
- Created: 2023-04-12T18:17:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T19:14:39.000Z (over 2 years ago)
- Last Synced: 2025-03-26T17:47:15.827Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cli-apps-in-a-csv - td - Simple & elegant To Do list manager written In Bash. (<a name="todo-manager"></a>Todo managers)
README
# td
Simple & Elegant To Do List Manager Written In BASH
## Dependencies
- BASH or another capable SHELL
- Bat
## Installation & Usage
Install [bat](https://github.com/danlynn/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

## That's it! Easy!
## Demo
https://user-images.githubusercontent.com/107309764/231548864-4f5ba01c-06be-4fa6-8eec-cfeeaf171313.mp4