Command line application to increase your productivity!
To begin using termplanner
you must initialise a database.
$ planner init
You only need to initialise the database once. After that you can just reuse it, as the file will already be made.
You can then add an event to the database like so:
$ planner add [date][event]
$ planner add "05.06.2018" "Exam day!!!!"
The date and event arguments must be added in as strings.
To delete an event from the database input the following:
$ planner checkout [event]
You can also add the following options when using checkout
.
--allow_list
prints out a list of remaining events after an event is deleted.--disallow_list
is the default.
To show what events are inside the database do this:
$ planner list
TermPlanner is available on PyPi and can be installed with pip:
$ pip install termplanner
You can also install the latest version of 'planner' from Github:
$ pip install git+https://github.com/ModoUnreal/planner.git
If you are interested in contributing to 'TermPlanner', run the following commands:
$ git clone https://github.com/ModoUnreal/TermPlanner.git
$ pip install -e
$ pip install -r requirements.txt
$ planner <command> [params] [options]
Run unit tests in your active python environment:
$ python tests/test_planner.py
You can contact me to discuss the project using my email below: