samg / timetrap

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

Feature request: Use regex to change entries #113

Open smartmic opened 9 years ago

smartmic commented 9 years ago

It would be great if the edit command would allow for regex commands to correct existing entries. So we do not have to retype the whole note and even the --append functionality would be replaced by far more powerful. I image something like the sed syntax, eg.

t edit --regex "/incorrect/correct/g"