Skip to content

gustavo-tomas/ToDoRust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDoRust 📝

ToDoRust is a simple ToDo Task Manager made with Rust and Tauri.

Publish

Installing

To install ToDoRust, simply go to the Releases section and click on latest. Then, download the assets acording to your Operating System:

Ubuntu

  • .AppImage
  • .deb

Windows

  • .msi

MacOS

  • .dmg

Uninstalling

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.

Generated Folders & Files

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.

Build your own

If you want to try and make your own ToDo with Tauri or just learn Rust, this freeCodeCamp tutorial is a good starting point.

Special Thanks

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! ❤️