About

pynchclock is a CLI time tracker application written in python 2.7.

Installation

pip install git+git://github.com/mdlerch/pynchclock.git

Usage

Controls

Clock screen

The main screen displays the clock. The clock contains today's jobs and their associated hours. From the clock screen, use the below controls:

Timesheet screen

The timesheet screen displays the historic times for a selected job. From the timesheet screen, current (clock) and historic (timesheet) hours can be adjusted. Enter the timesheet screen from the main screen with T.

Graph screen

The graph screen provides a ascii plot of the timesheet for a particular job. Enter the graph screen from the main screen with V.

To do