An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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
![2023-04-12-221640_1920x1080_scrot](https://user-images.githubusercontent.com/107309764/231557325-e58d902c-a718-4254-b56e-1fe854e9e977.png)

#### Use td add to add a task
![2023-04-12-222233_1920x1080_scrot](https://user-images.githubusercontent.com/107309764/231558951-aeca6c70-fdb8-4688-898b-c6af3d189c67.png)

#### Use the H M L arguments after the add argument to specify a priority. High, Medium, Low.
![2023-04-12-222423_1920x1080_scrot](https://user-images.githubusercontent.com/107309764/231558973-976bc752-8eab-415a-a5cb-3decf743310c.png)

#### Use td list to see all your current tasks
![2023-04-12-222527_1920x1080_scrot](https://user-images.githubusercontent.com/107309764/231559150-36a687a8-d354-4304-a636-7f1c67de6cb5.png)

#### Use td rm followed by task number to remove them
![2023-04-12-222551_1920x1080_scrot](https://user-images.githubusercontent.com/107309764/231559226-fda0fbf8-f052-47ea-a1c1-6f753c1bfd2c.png)

## That's it! Easy!

## Demo
https://user-images.githubusercontent.com/107309764/231548864-4f5ba01c-06be-4fa6-8eec-cfeeaf171313.mp4