Updating docs

This commit is contained in:
Adam Sanderson 2010-11-19 13:55:03 -08:00
parent e171dafb2c
commit d085b92630
1 changed files with 6 additions and 5 deletions

View File

@ -4,8 +4,8 @@ Qwandry, a questionable tool
Why spend time trying to remember where libraries, projects, and packages are Why spend time trying to remember where libraries, projects, and packages are
lurking when your computer can do it faster? lurking when your computer can do it faster?
qw activerecord # open the activerecord gem qw activerecord # opens the activerecord gem in your editor
qw matrix # open the ruby standard library matrix file qw matrix # opens ruby's matrix class in your editor
Installation Installation
------------ ------------
@ -14,9 +14,6 @@ simply install with:
gem install qwandry gem install qwandry
The gem will install the most recent version of Qwandry, and add the `qw`
script to your `PATH`.
Usage Usage
----- -----
Just type `qw` and the first few letters of what you're looking for. By Just type `qw` and the first few letters of what you're looking for. By
@ -24,6 +21,10 @@ default Qwandry is set up for locating and editing ruby libraries.
qw date # opens ruby's date library qw date # opens ruby's date library
Want to use Qwandry with Python, Perl, or other languages?
qw --customize
Contact Contact
------- -------
Adam Sanderson, netghost@gmail.com Adam Sanderson, netghost@gmail.com