luisgdev / todi

Another command line tool to manage to-do tasks. Simple and easy to use.

Home Page:https://pypi.org/project/todi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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...

About

Another command line tool to manage to-do tasks. Simple and easy to use.

https://pypi.org/project/todi/

License:MIT License


Languages

Language:Python 100.0%