Releases: falcon71181/ToDo-rust
Releases · falcon71181/ToDo-rust
v1.0.0
ToDo-rust
list
orlist-all
: Lists all the tasks.list-done
: Lists only the completed tasks.list-undone
: Lists only the tasks that are not completed.add <task>
: Adds a new task.rm <task_index>
: Removes the task at the specified index.rm-all
: Removes all tasks.done <task_index>
: Marks the task at the specified index as done.undone <task_index>
: Marks the task at the specified index as undone.sort
orsort-asc
: Sorts the tasks in ascending order.sort-dsc
: Sorts the tasks in descending order.sort-done
orsort-done-asc
: Sorts the completed tasks in ascending order.sort-done-dsc
: Sorts the completed tasks in descending order.sort-undone
orsort-undone-asc
: Sorts the tasks that are not completed in ascending order.sort-undone-dsc
: Sorts the tasks that are not completed in descending order.
Recent upgrades -
- feat: dono, undone, list-done, list-undone by @falcon71181 in #2
- feat: sort-done, sort-done-dsc, sort-undone, sort-undone-dsc by @falcon71181 in #3
- feat: colorizing notifications by @falcon71181 in #5
Full Changelog: https://github.com/falcon71181/ToDo-rust/commits/v1.0.0