Category: perl

  • ack-grep config – ackrc – adding new file types

    I needed to add some more file types for ack-grep to find / search when I’m looking for PHP code that resides in files with non-standard extensions (e.g. something.def, something.inc etc).

  • irssi – crapbuster (cleaning up the irc window)

    Tired of seeing join/part/quits messages in your IRC window, and want a quick way to selectively get rid of it – then look no further – mkdir -p ~/.irssi/scripts cd ~/.irssi/scripts wget http://scripts.irssi.org/scripts/crapbuster.pl Then within IRSSI – /load crapbuster.pl /set crapbuster_levels JOINS PARTS QUITS NICKS CLIENTCRAP CRAP MODE TOPICS KICKS And then : /crapbuster Will…