samg / timetrap

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

Add option '-s|--sheet' for the `in` and `resume` commands #138

Closed ashumkin closed 8 years ago

ashumkin commented 8 years ago

It would more convenient to use these commands with such an option. in command can start the task in the specified timesheet without a need to switch to the latter. resume command can resume the last task in the CURRENT sheet but to the last stopped task (from another sheet in common case).

ashumkin commented 8 years ago

Ops, I've found an error (resume -s calls in with -s). Closing this PR