Commit graph

4 commits

Author SHA1 Message Date
Timothy Fenney
74fd8a362e Add quotes for variables in replace 2015-07-28 21:20:01 -04:00
Zachary Jones
44f678312d set --nocolor flag to make piping xargs safe 2015-02-23 14:39:06 -08:00
Gabe Berke-Williams
1f4e6d1370 Use ag instead of ack
https://github.com/ggreer/the_silver_searcher

* ag is faster than ack
* ag searches all files by default (but still ignores gitignored files). This
  removes the need for ack's `--type-add=` options.
* The command is 33% shorter than ack!
2013-03-01 23:28:36 -05:00
Dan Croak
99c8831c94 Add replace script
Find and replace by a given list of files.
2013-02-28 10:24:36 -08:00