Skip to content

Instantly share code, notes, and snippets.

@willnet
Created June 17, 2013 11:40
Show Gist options
  • Select an option

  • Save willnet/5796293 to your computer and use it in GitHub Desktop.

Select an option

Save willnet/5796293 to your computer and use it in GitHub Desktop.
ag wrapper script for make output like grep
#!/bin/sh
exec ag --silent --color --color-match '01;31' --nogroup "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment