ToDoRust is a simple ToDo Task Manager made with Rust and Tauri.
To install ToDoRust, simply go to the Releases section and click on latest. Then, download the assets acording to your Operating System:
- .AppImage
- .deb
- .msi
- .dmg
In Windows or Mac uninstalling is pretty straight forward. However, in Ubuntu there are cases when the Ubuntu Store doesn't show or can't uninstall your app. If thats the case, use the command $ sudo apt purge to-do-rust
to uninstall it by force.
To store the tasks, ToDoRust creates/opens a folder $HOME/user/Documents/ToDoRustDb
. This folder contains a text file db.txt
with all your tasks. In case you need to open or manage your annotations, you can access them in that folder. Keep in mind that uninstalling the app does not erases that folder. You need to delete it manually.
If you want to try and make your own ToDo with Tauri or just learn Rust, this freeCodeCamp tutorial is a good starting point.
Thank you Luiz ❤️ for helping me with debugging and consulting in general.
Finally, thank you for taking your time to read this and using my app! ❤️