t-cli 0.3.15

A simple CLI task manager
<h1 align="center" style="font-size: 55px">t</h1>
<h3 align="center">A terminal task manager.</h3>

<div align="center" style="display:inline">
      <img src="t.gif">
</div>

</br>

[<img src="https://img.shields.io/crates/v/t-cli.svg?style=flat-square" alt="crates.io link">](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 some tasks:


```
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
```

#### View your old tasks:


```
t old
```

#### List commands:


```
t help
```

## TODO


- [ ] Config file for color schemes 

## ❤️ Contributing


Feel free to open an issue or submit a pull request!