Skip to content

Anunaya07/Todo_The_Terminal_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo_The_Terminal_App

This is Todo Tracker for command line interface. It is built using rich, Typer and Sqlite3.

Requirements:

pip install -r requirements.txt
  1. Python>=3.3

    install python

  2. Rich Library

    pip install rich
    
  3. Typer Library

    pip install Typer
    

Commands

  1. Help

    python todocli.py --help
    
  2. help

    python todocli.py <COMMAND> --help
    

CRUD Operations

  1. Add

    python todocli.py add <TASK> <CATEGORY>
    
  2. Show

    python todocli.py show
    
  3. Update

    python todocli.py update <POSITION> <TASK> <CATEGORY>
    
  4. Delete

    python todocli.py delete <POSITION>
    

Note: Command show works fine for unix/linux operating systems but may face issues in displaying done column in windows.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages