qwandry/README.markdown

32 lines
846 B
Markdown
Raw Normal View History

2010-11-09 06:31:09 +00:00
Qwandry, a questionable tool
=============================
Why spend time trying to remember where libraries, projects, and packages are
lurking when your computer can do it faster?
2010-11-19 21:55:03 +00:00
qw activerecord # opens the activerecord gem in your editor
qw matrix # opens ruby's matrix class in your editor
2010-11-09 06:31:09 +00:00
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
2010-11-19 21:55:03 +00:00
Want to use Qwandry with Python, Perl, or other languages?
qw --customize
2010-11-09 06:31:09 +00:00
Contact
-------
Adam Sanderson, netghost@gmail.com
Issues and Source: https://github.com/adamsanderson/qwandry