百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
Q

qwandry

> 编程语言
开源

Qwandry 为您提供了一个便捷的方式,可轻松打开所有项目和库。

329 stars0 点赞1 次浏览
访问官网GitHub

工具介绍

Qwandry 为您提供了一个便捷的方式,可轻松打开所有项目和库。

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 

Editor Selection

Qwandry uses environment variables to launch your configured editor. The following env variables are checked, in this order. The first value found is used.

QWANDRY_EDITOR
VISUAL
EDITOR

Setting QWANDRY_EDITOR allows you to specify an editor to be used with Qwandry only.

Contact

Adam Sanderson, [email protected]

Issues and Source: https://github.com/adamsanderson/qwandry

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Ruby

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言