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