A todo(task) manager written in Rust
You can install tasky-rs directly using cargo:
cargo install --git https://github.com/neox1de/tasky-rs
To build the project yourself:
- Clone the repository:
git clone https://github.com/neox1de/tasky-rs
cd tasky-rs
- Build the project:
cargo build --release
After instlaling with cargo install
command, if you have add ~/.cargo/bin
to your PATH:
tasky-rs
otherwise, add .cargo/bin to your path:
export PATH=~/.cargo/bin:$PATH
if you have build the project from source, navigate to target/release
:
cd target/release && ./tasky-rs
Contributions are welcome! Feel free to submit pull requests or create issues for bugs and feature requests.
Future improvements planned for tasky-rs:
- Add support for importing/exporting tasks
- Implement task categories/labels
- Add due dates for tasks
- Create task priority levels
- Add recurring tasks support
- Create desktop notifications for due tasks
If you encounter any problems while using tasky-rs, please create an issue on the GitHub repository. I'll be happy to help!
This project is open source and available under the GNU General Public License v2.0.