Skip to content

ZenK-GH/task-manager-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Task Manager CLI

A simple command-line task tracker built with Python. This project was built to learn Python, Git, and GitHub.

Features

  • Add, Update, and Delete tasks
  • Set task status (todo, in-progress, done)
  • List all tasks with filters
  • Saves all tasks to a tasks.json file

Usage

Here are the available commands:

# Add a new task
python task_manager.py add "This is a new task"

# List all tasks
python task_manager.py list

# List all tasks that are "done"
python task_manager.py list done

# Update a task's status
python task_manager.py status 1 in-progress

# Update a task's description
python task_manager.py update 1 "A new description for the task"

# Delete a task
python task_manager.py delete 1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages