Qwandry gives you a single way to easily open all your projects and libraries.
Go to file
Ilkka Laukkanen 77d89621de Exit with nonzero status if launch fails
Qwandry::Launcher::launch()'s exit status is the exit status of the
system() call. This change makes qw exit with status 1 if system()
returns false or nil.
2010-12-29 12:57:14 +02:00
bin Exit with nonzero status if launch fails 2010-12-29 12:57:14 +02:00
lib Basic support for python 2010-12-11 23:26:05 -08:00
templates Change custom init.rb to better reflect the default support for perl and python. 2010-12-11 23:40:42 -08:00
.gitignore Adding gemspec 2010-11-08 21:13:16 -08:00
README.markdown Polishing the docs a tincy bit. 2010-12-07 19:07:04 -08:00
Rakefile Preparing for gem and binary. 2010-08-17 22:30:57 -07:00
TODO manage TODOs with Github issues, who knows maybe someone else wants to do some of the ;) 2010-12-11 23:38:10 -08:00
VERSION Version 0.0.3: Thanks trans, Chris Berkhout, and Bernard Gallet for posting issues and pull requests. 2010-12-11 14:15:36 -08:00
qwandry.gemspec Version 0.0.3: Thanks trans, Chris Berkhout, and Bernard Gallet for posting issues and pull requests. 2010-12-11 14:15:36 -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 matrix	       # opens ruby's matrix class in your editor
	qw rails         # will ask you which version of rails you want to open
	qw activerec 3.1 # will find the gem activerecord 3.1 and open it

Installation

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

gem install qwandry

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

Want to use Qwandry with Python, Perl, or other languages?

qw --customize 

Contact

Adam Sanderson, netghost@gmail.com

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