top | item 38112903

(no title)

svedin | 2 years ago

ripgrep has a --passthru flag that does exactly this

  tail -f access.log | rg --passthru '\.jpg'

discuss

order

philo23|2 years ago

Brilliant, this looks like exactly what I want. I already use ripgrep a lot, so I should have guessed it had this feature already but wouldn't have known what to search for to find it! Thank you

zem|2 years ago

I have that aliased to `hl` in my bashrc

jpitz|2 years ago

As does ack