Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 534 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 534 Bytes

TODO App

icon

Yes, everyone has one. Everybody has done it, but I had to start somewhere.

This project uses Slint as the frontend with the lower functionality in Rust, naturally. It's purpose is to track tasks that need to be done at a later time.

running_stud

To run the application all that needs to be done is to use cargo.

$ cargo run [TODO_FILE]

TODOer optionally accepts a TODO file location to load tasks from, making it easier to organize TODO tasks.