t
A terminal task manager.
[](https://crates.io/crates/t-cli)
## 📦 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!