garaud / sack

s(hortcut)-ack: a faster way to use ag, ack (or grep)!
10 stars 1 forks source link

ack needs --posix or --re-interval on some systems #6

Open timbunce opened 9 years ago

timbunce commented 9 years ago

ack needs --posix or --re-interval on some systems otherwise the {0,2} re syntax isn't recognised. The effect is that the ~/.sack_shortcuts file is full of escape codes and thus broken.

garaud commented 9 years ago

Hi,

Thanks for your issue. I daily use ag instead of ack so I haven't seen this problem. Can you be more precise about 'some systems' because I don't reproduce this problem.

By the way, I don't see the --posix or --re-interval options in the ack man page

Thanks