Qwandry gives you a single way to easily open all your projects and libraries.
Go to file
Adam Sanderson e171dafb2c More concise file pattern matching. 2010-11-19 09:20:37 -08:00
bin added a customize command to generate a template in the home directory 2010-11-14 15:42:06 -08:00
lib More concise file pattern matching. 2010-11-19 09:20:37 -08:00
templates More concise file pattern matching. 2010-11-19 09:20:37 -08:00
.gitignore Adding gemspec 2010-11-08 21:13:16 -08:00
README.markdown Adding recipes 2010-11-08 22:31:09 -08:00
Rakefile Preparing for gem and binary. 2010-08-17 22:30:57 -07:00
TODO More concise file pattern matching. 2010-11-19 09:20:37 -08:00
VERSION Preparing for gem and binary. 2010-08-17 22:30:57 -07:00
qwandry.gemspec More concise file pattern matching. 2010-11-19 09:20:37 -08:00

README.markdown

Qwandry, a questionable tool

Why spend time trying to remember where libraries, projects, and packages are lurking when your computer can do it faster?

	qw activerecord # open the activerecord gem
	qw matrix	      # open the ruby standard library matrix file

Installation

Qwandry is a standard ruby gem, on any system with ruby installed already simply install with:

gem install qwandry

The gem will install the most recent version of Qwandry, and add the qw script to your PATH.

Usage

Just type qw and the first few letters of what you're looking for. By default Qwandry is set up for locating and editing ruby libraries.

qw date # opens ruby's date library

Contact

Adam Sanderson, netghost@gmail.com

Issues and Source: https://github.com/adamsanderson/qwandry