Skip to content

Commit

Permalink
Add agig.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgaldino committed Oct 13, 2014
1 parent 8f807f2 commit 2bfed5e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bin/agig
@@ -0,0 +1,9 @@
#!/bin/sh
#
# Search using `ag` ignoring some directories.
#
# Example:
#
# agig MyClass spec/

ag $1 --ignore-dir ${*:2}

0 comments on commit 2bfed5e

Please sign in to comment.