chronos is an ncurses stopwatch/timer that supports multiple simultaneous timers, which makes it ideal for keeping track of time spent on various tasks.
Okay, how do I use it?
Installing
From the command line:
pip install chronos
Usage
To use chronos, run it from the command line:
chronos
You should see a blank screen with a border.
Commands
Type ":" to bring up a command window at the bottom of the screen (yes, a la Vim). The following commands are supported:
n [title] - Creates and starts a new timer.
e[n][title] - Edits the title of the nth timer.
p[n] - Pauses/starts the nth timer.
r[n] - Resets the nth timer.
q - Quits the program.
h - Shows the help screen.
So, to create a timer titled, 'Test', simply type:
:n Test
Then, to pause it:
:p1
To reset it:
:r1
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Overhaul the UI and improve the UX