DEV Community

Kushal_Meghani1644
Kushal_Meghani1644

Posted on

RustyTodos v2.1.1! A TUI based todo app made in Rust!

Hello Dev.to community! ๐Ÿ‘‹

Iโ€™m excited to share the latest update to my terminal-based todo app written in Rust: RustyTodos v2.1.1.

If you love organizing your tasks without leaving the terminal, this might be right up your alley.
Whatโ€™s New?

**
๐Ÿ” Search Functionality โ€” Quickly find todos by keyword

๐Ÿ’พ Persistent Storage โ€” Todos are saved in JSON files, so your work isnโ€™t lost

๐Ÿ“… Flexible Date Formats โ€” Accepts dates in YYYY-MM-DD format or just say 'Today', 'Tomorrow', 'Monday', etc.

๐Ÿ–ฅ๏ธ Working Terminal UI (TUI) โ€” Clean, interactive, and user-friendly interface**
Enter fullscreen mode Exit fullscreen mode

Why RustyTodos?

I built this app because I wanted a simple yet powerful todo manager that fits naturally into my workflow without relying on GUIs or heavy apps. Rustโ€™s safety and performance make it a great choice for this kind of tool.
How to Use

You can grab the binaries or source code from my GitHub repo:

๐Ÿ‘‰ https://github.com/KushalMeghani1644/RustyTodos.git

Extract and run the binary for your platform (Linux or Windows), and start organizing!

Feedback and contributions are always welcome!

Thanks for reading! If you try RustyTodos, Iโ€™d love to hear your thoughts or suggestions in the comments.

Top comments (0)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.