Ruby Weekly is a weekly newsletter covering the latest Ruby and Rails news.

Rak: A Ruby replacement for “grep”

By Peter Cooper / December 7, 2007

Rak, by Daniel Lucraft, is billed as a "grep replacement in pure Ruby." Even though it's a reasonably generic system tool simply written in Ruby, it actually has a bunch of features that are useful to Ruby and Rails developers specifically. It'll ignore the .svn, .cvs and pkg directories that might be present in your projects. It uses ANSI to give color highlighted output (as seen in the screenshot above). It also accepts Ruby syntax regular expressions and even lets you perform basic Ruby operations on the displayed output. There are a bunch of examples at the official Rak site.

Comments

  1. hgs says:

    Glark pre-dates this by a good while. It doesn't automatically filter the .svn (etc) directories by default (IIRC), but it will do a lot of work that find does, will process paths rather than just directories, handle context like GNU grep does, and more.
    http://www.incava.org/projects/glark/

  2. Daniel Lucraft says:

    Thanks for the post. I'd like to develop Rak further by adding more features useful to Ruby developers specifically, so if anyone has any further ideas....

  3. Todd Werth says:

    I just gave it a whirl, and it seems to work well; I like the format of the output and the defaults (except -a should default to true IMHO). I then checked out glark, as I've never heard of it before.

    From my 10 minutes of playing with both, I think I like Rak better, but that opinion is hardly useful without me using both for a decent amount of time.

    However, I will give glark props for a comment in the log.rb file:

    # All kids love log.
    class Log

    That brings back memories. Blammo!

    If all you want is color output while skipping certain types of folders, that's easy to do with a simple alias to grep in bash. Of course I can easily modify Rak if I need to, as it's in Ruby, so that's a plus.

Other Posts to Enjoy

Twitter Mentions