Crates.io | itdl |
lib.rs | itdl |
version | 0.4.0 |
source | src |
created_at | 2023-10-21 03:03:28.216603 |
updated_at | 2023-10-21 03:03:28.216603 |
description | An interactive Todo list CLI tool. |
homepage | |
repository | https://github.com/joeymalvinni/todo.rs |
max_upload_size | |
id | 1009783 |
size | 39,459 |
An interactive Todo list CLI tool written in Rust.
cargo install itd
To build and run yourself, you can clone the Github repository.
git clone https://github.com/joeymalvinni/todo.git
Install crossterm
using cargo install crossterm
.
Run using cargo run
.