qwandry能快速定位到我们需要找的库文件,项目,并在编辑器中打开。支持ruby,python,perl,nodejs的库文件。qwandry自身采用ruby实现。
安装:
gem install qwandry使用:
qw matrix # opens ruby's matrix class in your editorqw rails # will ask you which version of rails you want to openqw 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 libraryqw -r perl URI # open perl's URI libraryqw -r node express # open express if it is installed for node
评论