Skip to content

Instantly share code, notes, and snippets.

@AdaRoseCannon
Last active March 10, 2016 04:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdaRoseCannon/dc5765da5925c62107f0 to your computer and use it in GitHub Desktop.
Save AdaRoseCannon/dc5765da5925c62107f0 to your computer and use it in GitHub Desktop.
grr script
#!/bin/bash
if [ "$#" == "0" ]; then
ag
exit 1
fi
ag -S --nobreak --noheading --color-line-number='1;31' --color-path='0;31' --color-match='1;36' --depth=15 --ignore '*~' "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment