Confirmed users
69
edits
(→ack) |
|||
| Line 14: | Line 14: | ||
I normally install the standalone version (the command below assume you have a <tt>~/bin</tt> directory) | I normally install the standalone version (the command below assume you have a <tt>~/bin</tt> directory) | ||
<pre>curl http://betterthangrep.com/ack-standalone > ~/bin/ack && chmod 0755 !#:3</pre> | <pre>curl http://betterthangrep.com/ack-standalone > ~/bin/ack && chmod 0755 !#:3</pre> | ||
You can use the <tt>ACK_OPTIONS</tt> environment variable to make ack automatically search idl and | You can use the <tt>ACK_OPTIONS</tt> environment variable to make ack automatically search idl, ipdl, and jsm files: | ||
<pre>export ACK_OPTIONS="--type-set idl=.idl --type-set ipdl=.ipdl"</pre> | <pre>export ACK_OPTIONS="--type-set idl=.idl --type-set ipdl=.ipdl --type-set jsm=.jsm"</pre> | ||
===[https://github.com/dhylands/colored-logcat/ colored logcat]=== | ===[https://github.com/dhylands/colored-logcat/ colored logcat]=== | ||