fnogatz / clocker

Command-line tool to track project hours
Other
420 stars 31 forks source link

Allow RegExp in `clocker list -t` and `clocker data -t` #18

Closed fnogatz closed 9 years ago

fnogatz commented 9 years ago

This commit adds the possibility to use a regular expression as filter in clocker list and clocker data. The regexp is identified by a starting and trailing slash, like clocker list -t '/^type[0-9]{2}$/'.

fnogatz commented 9 years ago

ping @substack :)

ghost commented 9 years ago

merged in 1.7.0