samg / timetrap

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

t week --end from previous week doesn't display any results. #104

Closed mkoert closed 4 years ago

mkoert commented 10 years ago

t week --end "Sept 05 2014" No entries were selected to display.

t week --end "Sept 9 2014" Timesheet: ME Day Start End Duration Notes (time info)

samg commented 9 years ago

Currently week doesn't accept any arguments, but adding this could make a cool feature.

At this point you'd be stuck with t display --start "Sept 1 2014" --end "Sept 5 2014"

categulario commented 4 years ago

t week now accepts the --end argument, closing