I’ve created command line based todo manager using Rust

As a big fan of Alfred, I am interested in transitioning all of my work from using the mouse to using the keyboard shortcuts. One of the most frequently used but hard to transition to keyboard shortcuts was managing my todos. Previously, I would write …


This content originally appeared on DEV Community and was authored by Kim Seon Woo

As a big fan of Alfred, I am interested in transitioning all of my work from using the mouse to using the keyboard shortcuts. One of the most frequently used but hard to transition to keyboard shortcuts was managing my todos. Previously, I would write todos in private Slack threads, but it required a lot of mouse movements. Although there were many alternatives like Todoist available, they did not seem to offer the features that I desired. As a developer, I decided to create my own solution by developing a todo-cli using Rust, a programming language that I have recently become a fan of.

Image description

I needed features to add, remove, mark as done and list todos(and timers for my pomodoro). And it had to be fast and ease of use. I decided to use Rust because it supports easy development of cli application and mostly, I loved the way the language works(error handling etc). This project is currently in development(adding features that I find useful or feel it's needed). If you need cli tool to manage your todo list, why not try using todo-cli?


This content originally appeared on DEV Community and was authored by Kim Seon Woo


Print Share Comment Cite Upload Translate Updates
APA

Kim Seon Woo | Sciencx (2024-08-10T04:39:15+00:00) I’ve created command line based todo manager using Rust. Retrieved from https://www.scien.cx/2024/08/10/ive-created-command-line-based-todo-manager-using-rust/

MLA
" » I’ve created command line based todo manager using Rust." Kim Seon Woo | Sciencx - Saturday August 10, 2024, https://www.scien.cx/2024/08/10/ive-created-command-line-based-todo-manager-using-rust/
HARVARD
Kim Seon Woo | Sciencx Saturday August 10, 2024 » I’ve created command line based todo manager using Rust., viewed ,<https://www.scien.cx/2024/08/10/ive-created-command-line-based-todo-manager-using-rust/>
VANCOUVER
Kim Seon Woo | Sciencx - » I’ve created command line based todo manager using Rust. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/08/10/ive-created-command-line-based-todo-manager-using-rust/
CHICAGO
" » I’ve created command line based todo manager using Rust." Kim Seon Woo | Sciencx - Accessed . https://www.scien.cx/2024/08/10/ive-created-command-line-based-todo-manager-using-rust/
IEEE
" » I’ve created command line based todo manager using Rust." Kim Seon Woo | Sciencx [Online]. Available: https://www.scien.cx/2024/08/10/ive-created-command-line-based-todo-manager-using-rust/. [Accessed: ]
rf:citation
» I’ve created command line based todo manager using Rust | Kim Seon Woo | Sciencx | https://www.scien.cx/2024/08/10/ive-created-command-line-based-todo-manager-using-rust/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.