Qwandry gives you a single way to easily open all your projects and libraries.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Adam Sanderson 22d35a2576
Merge pull request #25 from jaylevitt/master
11 years ago
bin Refactored how repositories are defined and loaded. We can now support probing tons of different types of repositories by loading them just in time. 13 years ago
lib accept QWANDRY_EDITOR variable to allow no-wait mode for subl, mate, etc 11 years ago
templates Updated custom init.rb to reflect how Qwandry expects to get configured.\nHopefully this does not break for anyone. I am assuming nobody has been too adventurous with it yet. 13 years ago
.gitignore The infamous git ignore. 13 years ago
README.markdown Updating Readme for 0.1.0 13 years ago
Rakefile fix deprecation warning requiring rake/rdoctask 11 years ago
TODO manage TODOs with Github issues, who knows maybe someone else wants to do some of the ;) 13 years ago
VERSION Fix the gemspec (apparently I got some compiled rubinius files in there), and bum the version. We will call this 0.1.4. 13 years ago
qwandry.gemspec Fix the gemspec (apparently I got some compiled rubinius files in there), and bum the version. We will call this 0.1.4. 13 years ago

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

You can also use Qwandry with other common languages:

qw -r python numpy # opens python's numpy library
qw -r perl URI     # open perl's URI library
qw -r node express # open express if it is installed for node

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