31 lines
854 B
Markdown
31 lines
854 B
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
|