Skip to content

leetconf/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

todo - a simple task manager cli

Installation

git clone https://github.com/leetconf/todo.git
cd todo
pip/pipx install .

after the installation you should be able to use the "todo" command in your terminal

Getting started

usage: todo [-h] [--version] {add,tg,edit,rm,ls} ...

commands:
    add                Add a new task
    tg                 Toggle the completion status of a task
    edit               Edit a task
    rm                 Remove a task
    ls                 List all tasks

options:
    -h, --help           show this help message and exit
    --version            show program's version number and exit

About

πŸ“‹ Task manager CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages