diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-05 06:14:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-05 06:14:17 +0800 |
commit | f7bec403c9aaaa706d8ec14669761a0ebcba168a (patch) | |
tree | 353d0f7443b26565d439217ffd9dd96f5f73e2f2 /sysutils/Makefile | |
parent | 27591f9985e28f6808d3d6a2c2dbf648d15dface (diff) | |
download | freebsd-ports-gnome-f7bec403c9aaaa706d8ec14669761a0ebcba168a.tar.gz freebsd-ports-gnome-f7bec403c9aaaa706d8ec14669761a0ebcba168a.tar.zst freebsd-ports-gnome-f7bec403c9aaaa706d8ec14669761a0ebcba168a.zip |
cw is a non-intrusive real-time ANSI color wrapper for common unix-based
command.
cw is designed to simulate the environment of the commands being
executed, so that if a person types 'du', 'df', 'ping', etc. in their
shell it will automatically color the output in real-time according to
a definition file containing the color format desired. cw has support
for wildcard match coloring, tokenized coloring, headers/footers, case
scenario coloring, command line dependent definition coloring, and
includes over 50 pre-made definition files.
WWW: http://cwrapper.sourceforge.net/
PR: ports/106291
Submitted by: Dryice Liu <dryice at dryice.name>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 25b9f1b60b1f..cb988e68baab 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -105,6 +105,7 @@ SUBDIR += cronolog SUBDIR += curly SUBDIR += cvsweb-converters + SUBDIR += cw SUBDIR += daedalus SUBDIR += daemontools SUBDIR += daemontools53 |