Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@falcon71181 falcon71181 released this 29 Apr 08:25
· 4 commits to master since this release

ToDo-rust

  • list or list-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 or sort-asc: Sorts the tasks in ascending order.
  • sort-dsc: Sorts the tasks in descending order.
  • sort-done or sort-done-asc: Sorts the completed tasks in ascending order.
  • sort-done-dsc: Sorts the completed tasks in descending order.
  • sort-undone or sort-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 -

Full Changelog: https://github.com/falcon71181/ToDo-rust/commits/v1.0.0