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.