Task Rustler - A simple task/todo manager written in Rust

Hi everybody, this is my first Rust project ever: GitHub - R366Y/task-rustler: A simple task/todo manager written in Rust.
It's a simple TUI program that uses ratatui library for ui and rusqlite for storage.

Features

  • Add, modify and remove tasks
  • Mark a task as completed
  • Change task priority, there are three different priorities: High, Medium, Low.
  • Sort task by priority or by date
  • Export tasks list to a file in iCalendar format rfc5545

I'd like to have some feedback since I'm a beginner.
Thank you :slightly_smiling_face:

2 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.