t-cli

Crates.iot-cli
lib.rst-cli
version0.4.1
sourcesrc
created_at2021-08-24 14:26:05.00925
updated_at2022-11-08 22:41:13.10036
descriptionA simple CLI task manager
homepage
repositoryhttps://github.com/zX3no/t
max_upload_size
id441703
size532,816
Bay (zX3no)

documentation

README

t

A terminal task manager.


crates.io link

📦 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!

Commit count: 239

cargo fmt