RubyFlow The Ruby and Rails community linklog

Quickly Open Files and Libraries with Qwanrdy

Qwandry is a little tool for quickly opening all those gems, files in ruby’s standard lib, etc. from the command line. Is ruby’s Date.parse doing something weird? `qw date`. You can also tell it about other languages, and package locations if perhaps you want to use it with Node.js and npm or any other file repository. I also wrote up a little bit more about the motivation for Qwandry, if you’re interested.

Comments

Looks cool.

bundle open awesome_gem

Howdy anonymous, if you take a look at the article, Qwandry is a tool that acts as a superset for accessing all of these different repositories.

It could be extended to open bundled gems as well, though I haven’t used bundler yet so haven’t come across the need. If you feel like it, you could always submit a patch ;)

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in