Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Glitch-guy0/todoCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Task Tracker CLI Application

This project is a command line interface (CLI) application for managing tasks, based on the requirements defined at roadmap.sh.

Command Functionality

The application provides the following commands:

  • tasks.py create <title>: Create a new task with the given title
  • tasks.py list: List all incomplete tasks
  • tasks.py list all: List all tasks
  • tasks.py list completed: List all completed tasks
  • tasks.py list in_progress: List all tasks in progress
  • tasks.py update <id> <title>: Update the title of the task with the given id
  • tasks.py delete <id>: Delete the task with the given id
  • tasks.py update_in_progress <id>: Update the task with the given id to be in progress
  • tasks.py update_completed <id>: Update the task with the given id to be completed
  • tasks.py --help: to print available commands

About

my python beginner project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages