samg / timetrap

Simple command line timetracker
http://rubygems.org/gems/timetrap
Other
1.49k stars 116 forks source link

Day Progress Formatter #48

Closed dorzey closed 12 years ago

dorzey commented 12 years ago

A new formatter called day. It sums up the time you've logged today and tells you how near your working day to completion is.

t d -f day

[################################### ] 70% 1:03:04

Requires two properties to be added to .timetrap.yml

day_length_hours => how long you want your working day to be progress_width => the width of the progress bar

dorzey commented 12 years ago

Sorry, just saw that you've set up https://github.com/samg/timetrap_formatters.