Skip to content

Instantly share code, notes, and snippets.

@rianrainey
Created September 30, 2013 15:15
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 rianrainey/6765290 to your computer and use it in GitHub Desktop.
Save rianrainey/6765290 to your computer and use it in GitHub Desktop.
Ack doesn't search through all files by default. I added some more common filetypes in my dot file.
# Ack is a command line tool that is better than Grep, betterthangrep.com
# Make sure Ack knows how to search common filetypes used in Rails projects
--type-add=css=scss
--type-add=js=hbs
--type-add=js=coffee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment