Skip to content

luisgdev/todi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todi

Another command line tool to manage to-do tasks. Made to be simple and easy to use.

I created this project in order to learn the process of publishing a package in PyPi. So yes, you can install it from pip or clone/fork this project.

Features:

  • 📝 List, Add, Update and Delete tasks.
  • ✔️ Change status: TODO (default), DOING and DONE.
  • 🗑️ Clean command to remove DONE tasks.
  • 💾 Export and Import todi backups.

Install

    pip install todi

Upgrade

    pip install --upgrade todi

Usage

See a list of all available commands:

    todi --help

Ongoing project...