diff options
author | roam <roam@FreeBSD.org> | 2000-11-26 22:24:04 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2000-11-26 22:24:04 +0800 |
commit | 6e74521b9d280f54cf3429a2364009470fbc1be4 (patch) | |
tree | c5ccfa7013cf649f6e699c463cb189197db268cf /misc/histring/pkg-descr | |
parent | e56f595e76a92274642ed049324b4d719419a362 (diff) | |
download | freebsd-ports-gnome-6e74521b9d280f54cf3429a2364009470fbc1be4.tar.gz freebsd-ports-gnome-6e74521b9d280f54cf3429a2364009470fbc1be4.tar.zst freebsd-ports-gnome-6e74521b9d280f54cf3429a2364009470fbc1be4.zip |
A tool to highlight strings using the ANSI terminal escape sequences.
PR: 22085
Reviewed by: kris
Diffstat (limited to 'misc/histring/pkg-descr')
-rw-r--r-- | misc/histring/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/histring/pkg-descr b/misc/histring/pkg-descr new file mode 100644 index 000000000000..b4dc9b026ddc --- /dev/null +++ b/misc/histring/pkg-descr @@ -0,0 +1,12 @@ +From the histring README: + +This program simply highlights strings using ANSI terminal escape codes. It +started out as sample code for using regular expressions but it turned out that +I used it so much that I thought it warrented a release. + +One of the most common things I use the program for is helping me parse the +output of grep and diff. I think that this programs functionality should be +folded in to those programs but until then histring does the job nicely. + +Author: Angus Mackay <amackay@gusnet.cx> +WWW: http://www.gusnet.cx/proj/histring/ |