/todominal-test

A todo for the terminal

Primary LanguageRustMIT LicenseMIT

Todominal

The goal of this project is to create a todo application for the terminal. The application uses sqlite for storing the data. render1702041883355.gif

Location for the database:

  • Windows: C:\Users\username\AppData\Roaming\todominal\config\todominal.db3
  • Linux: /home/user/.config/todominal/todominal.db3

To build and run the application

  • cargo install --path . && todominal

TODO - Explpain functionalities and planned features