Taskly is a simple list creator that allows you to add and modify any of your big-brained tasks in one easy-to-use command line app!
Windows users can download the .exe and just run it wherever (you could even add it to your PATH I dont really care) this most likely will NOT be kept up to date (major releases only)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo build --release
- added descriptions to tasks! (requires a new taskly.json file, please delete the old one using
taskly delete
)
- add task due dates
- add task priority
- add task tags
- make a neater looking menu (tui-rs looks like a neat lib for this)
- add a way to view/sort tasks by priority
- add a way to view/sort tasks by tag