Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.13 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.13 KB

cli-tasker

Thsi is a python roadmap project

Description:

cli-tasker is a project used to track and manage tasks.

Features

cli-tasker can help user:

  1. Add a Task: Users can add a new task to their task list by providing a description. Each task is assigned a unique ID and is initially set to the "todo" status.
  2. Delete a Task: User can removed from the tasks by specifying their unique ID. After delete the task, you can choose whether to rearrange the task id or not.
  3. Update a Task: Users can update the description of an existing task. This requires the task's ID and the new description.
  4. List Tasks: Users can list all tasks (default) or filter them by any user defined status.
  5. Mark Task with user-defined status: Tasks can be marked as "on-going" by providing their ID.
  6. Mark Task as Done: Tasks can be marked as "done" by specifying their ID. After mark as done, you can choose to leave the task on the list or delete it.

How to use

  1. open terminal

  2. copy following code $pip3 install cli-tasker on the terminal

  3. After install successly, you can manege your task!