Skip to main content

A scheduler command line program in Python.

Project description

Scheduler-cli tool
================================
Intro
-----
Scheduler for Python

Installation
-----------------

::

pip install scheduler-cli

Usage
-----------------

1. Add schedule
-----------

::

add {due} {content} in {category}

Example

::

add 3/2 hit hoesung in school

Example without category

::

add 3/2 hit hoesung


2. Delete schedule
-----------

::

delete all

::

delete {index}

::

delete in {category}

::

delete done/undone

Example with index

::

delete 3

Example with category

::

delete in school


Example with state

::

delete done


3. Update schedule
-----------

::

update {index} {done/undone}

::

update {index} at {date to modify}


Example with index to modify done/undone

::

update 3 done

Example with index to modify date

::

update 3 at 5/31

Example with category to modify done/undone

::

update in school done

Example with category to modify date

::

update in school at 6/31



4. Print schedule
-----------

::

show {index}

::

show in {category}

::

show at {month}

::

show {done/undone}
Example with showing all schedule

::

show all

Example with index

::

show 3

Example with category

::

show in school

Example with month

::

show at May

Example with state

::

show undone
Changelog
-----------

- v0.1 : Beta Version
- v0.2 : add calender func and fix input bugs

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

scheduler_todo-0.0.4-py2.py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 2 Python 3

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