24 releases
0.4.1 | Nov 8, 2022 |
---|---|
0.4.0 | Jul 30, 2022 |
0.3.16 | Apr 26, 2022 |
0.3.12 | Mar 6, 2022 |
0.2.3 | Oct 20, 2021 |
#2653 in Command line utilities
100 downloads per month
465KB
525 lines
t
A terminal task manager.
📦 Installation
crates.io:
cargo install t-cli
From source:
git clone https://github.com/zX3no/t
cd t
cargo install --path .
Usage:
Display your tasks:
t
Add a task:
t this is a task
t "another task"
Mark them as completed:
t 1-2
t 1
Delete a task:
t d 1
Clear your completed tasks:
t cls
List commands:
t help
❤️ Contributing
Feel free to open an issue or submit a pull request!