| Crates.io | taskmstr |
| lib.rs | taskmstr |
| version | 0.1.2 |
| created_at | 2025-01-02 21:30:06.388375+00 |
| updated_at | 2025-01-10 20:38:10.71955+00 |
| description | A simple task manager CLI application |
| homepage | |
| repository | https://github.com/Vi-obb/task_master |
| max_upload_size | |
| id | 1501879 |
| size | 22,911 |
"taskmstr" is a simple and efficient command-line task manager I built to practice writing Rust. It helps to manage tasks directly from the terminal. Built with Rust for performance and reliability, it offers a straightforward interface to add, edit, list, and delete tasks. New Rust learners can use this project to understand the basics of Rust programming, including error handling, file I/O, and command-line argument parsing.
To install "taskmstr" from crates.io, run:
cargo install taskmstr
To build "taskmstr" from source, run:
git clone https://github.com/yourusername/taskmstr.git
cd taskmstr
cargo build --release
The binary can be found in the target/release directory.
taskmstr add "learn rust"
taskmstr list
taskmstr delete 1
taskmstr edit 1 "learn advanced rust"
Rust and Cargo must be installed on your system. Visit https://rust-lang.org/tools/install to install Rust.
This project is licensed under the MIT License - see the LICENSE file for details.