Skip to content

Releases: uberalex/timerbar

V1.7: Pomodoro Mode

07 Sep 11:55
Compare
Choose a tag to compare

Adds an automatic Pomodoro button (25 mins followed by 5 mins)
tomato-100

v1.6.1: Fixed Title, added requirements.txt

16 Feb 18:01
Compare
Choose a tag to compare

The status bar was clipped only when the app loaded, so as a hack I added a tab character.
This may come back to haunt me in the future.

I also fixed a typo in the readme, and added a requirements file to help build it.

Reformatted Start time

13 Jun 18:20
Compare
Choose a tag to compare

Now uses %x an %X and strftime() to display the predicted end time.

V1.5 completely rewritten timing code, now allows custom timers with target dates and natural language descriptions

13 May 13:08
Compare
Choose a tag to compare

You can now specify custom targets such as:

parsedatetime is able to parse, for example, the following:

August 25th, 2008
25 Aug 2008
Aug 25 5pm
5pm August 25
next saturday
tomorrow
next thursday at 4pm
at 4pm
eod
tomorrow eod
eod tuesday
eoy
eom
in 5 minutes
5 minutes from now
5 hours before now
2 hours before noon
2 days from tomorrow

Clock Icon, Custom Timing Limit, Revised Timer mechanism

12 May 09:07
Compare
Choose a tag to compare

Now uses time.time() , custom timer takes any numerical value (so 1.5 will give you 90sec), will quietly fail if you put in non-numeric values. Not sure notifications are working for sound. Also adds the icon as an icns file.

Custom Timer and Tomato-Time

11 May 22:12
Compare
Choose a tag to compare

Adds 25min timer for pomodoro intervals, and a custom timer.

Beware It doesn't do proper checking of input, so it will not like non-integer custom timers.

v1.0 Initial Release

11 May 21:34
Compare
Choose a tag to compare

Three fixed counter intervals. Rooster icon (from http://www.visualpharm.com/).

Packaged as a standalone app as well (see the dist folder or download the zip)

If you use it, please send me feedback!

Known Issue:
The Timer will pause and lose time if you click on the applet and leave the window open