Skip to main content

pytodo is a simple command-line todo application

Project description

$ _pytodo, a simple command line todo application

pytodo - t for short - is a command line todo app for mac and linux. It stores all the tasks in a sqlite database and you can interact with the app using the terminal (see Usage).

Installation:

pytodo can be installed from pypi using pip install pytodo

Usage:

The $ sign used below shows that we are in the terminal, its not a part of the command.

  • Add a task using, $ t add “Buy Bugatti Veryon” (a string is passed in)

  • Check as task as done by specifying the id, $ t check 1

  • Uncheck a task again by, $ t uncheck 1

  • List all pending tasks, $ t ls

  • List all tasks, $ t ls –all

  • Flush the database, $ t clear

  • For more help, $ t –help

License:

pytodo is distributed under MIT license, see LICENSE for more details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytodo-0.20.tar.gz (3.0 kB view hashes)

Uploaded source

Built Distribution

pytodo-0.20-py2-none-any.whl (4.0 kB view hashes)

Uploaded py2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page