Lillevang / taskmaster

A small CLI TODO list program written in Rust
MIT License
0 stars 0 forks source link

TaskMaster

TaskMaster is a terminal-based task management application built using Rust. It provides a clean and intuitive interface for managing tasks, complete with filtering, tagging, and detailed task views. TaskMaster aims to keep things simple while offering powerful features for effective task management.

Features

Installation

To build and run TaskMaster, you need to have Rust installed. You can install Rust using rustup:

curl --proto '=https' --tlsv1.2 -sSF https://sh.rustup.rs | sh

Then, clone the repository and build the project:

git clone https://github.com/Lillevang/taskmaster.git
cd taskmaster
cargo build --release

Usage

After building the project, you can run the application:

cargo run --release

Key Bindings

Contributing

Contributions are welcome! If you find a bug or have a feature request, please open an issue. Feel free to fork the repository and submit a pull request.

Contributing Guidelines

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments