Chinaunix首页 | 论坛 | 博客
  • 博客访问: 174001
  • 博文数量: 61
  • 博客积分: 1410
  • 博客等级: 上尉
  • 技术积分: 640
  • 用 户 组: 普通用户
  • 注册时间: 2009-06-24 23:25
文章分类

全部博文(61)

文章存档

2011年(2)

2010年(37)

2009年(22)

我的朋友

分类:

2010-01-16 12:24:37

command-line source browsing tool
cgvg  is a pair of Perl      script      s ("cg" and "vg") which are meant to
assist a programmer in doing command-line source browsing.

The idea is you can easily search for keywords in the code, and jump
to the file and line where a match is found. Used with ctags(1), this
can really help with jumping around and following code. Some features
include a human-readable output, coloring, bolding (and alternate
bolding), and just sheer convenience for a programmer.

cgvg uses the Perl internal find and does its own searching, rather
than being a wrapper for UNIX find(1) and grep(1). There is a
~/.cgvgrc file for per-user configuration, and some nice features
like coloring, and multiple log files.
阅读(716) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~