1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: cgvg
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: devel
Priority: optional
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian/cgvg
Vcs-Git: https://salsa.debian.org/debian/cgvg.git
Homepage: https://uzix.org/cgvg.html
Rules-Requires-Root: no
Package: cgvg
Architecture: all
Depends: libperl4-corelibs-perl,
perl:any | perl5,
${misc:Depends}
Suggests: ctags
Description: command-line source browsing tool
cgvg is a pair of Perl scripts ("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, bold (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.
|