A series of cross-platform applications to manage your daily tasks. This includes a command line application and a graphical application. All written in Rust.
All applications encode tasks as a RON file and are interoperable between them.
- Create any number of tasks with optional projects and tags.
- Manage the state of each task between to-do, doing and done.
- Clean completed tasks.
- Written in Rust, btw.
You can install Tasker CLI from crates.io.
cargo install tasker-cliI also recommend using a tool like cargo binstall for a faster installation.
cargo binstall tasker-cliYou can also download a precompiled binary from the releases page.
- Develop Tasker GUI
Contributions are always welcome!
You're going to need to have Rust installed. I also recommend having Bacon (to handle recompilation) and cargo-nextest (for a nicer interface when running tests) installed.
We also try to conventional commit conventions when contributing to the repo.
