samg / timetrap

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

Add cli option to filter entries against sheet names matching a regexp #123

Closed mapad closed 4 years ago

mapad commented 8 years ago

this makes it possible to filter entries against sheet names with a regexp, and addresses #50

samg commented 8 years ago

I'm a little concerned about going down a path with lots of different search options like -m and -g with subtly different behavior. Is there some way we could accommodate this use case without adding a new option that is very similar in behavior to -g. Maybe -g could be extended somehow?

categulario commented 4 years ago

Closing for now to keep things clean in the repo.