Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Tascli : CLI TO-DO App

Description

A simple command-line interface to manage your tasks.

Commands

  • add "<task description>": Add a new task.
  • update <task_id> "<new description>": Update an existing task.
  • delete <task_id>: Delete a task.
  • mark-in-progress <task_id>: Mark a task as in progress.
  • mark-done <task_id>: Mark a task as done.
  • list: List all tasks.
  • list done: List completed tasks.
  • list todo: List pending tasks.
  • list in-progress: List tasks that are currently in progress. <<<<<<< HEAD

Prerequisites

  • python 3.10 or above

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages