Please let me know if you think these ideas are good, or bad, or if they make you think of good ideas of your own!
Thanks,
Rob
Another idea: I think it might be nice to allow --passthru to throw a bell character into the match. Let's say I'm tailing a log file, and I want to highlight the string "Job's done":
tail -f /var/log/warcraft/peasant.log | ack --passthru --color "Job's Done"
That's fine with me; that's kind of why I called this thread "Features
for ack2" =)