diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2000-11-26 14:24:04 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2000-11-26 14:24:04 +0000 |
commit | 10773690d6395aed93d579cf67948d1ef23a2ba7 (patch) | |
tree | 7b289b416e5fa003dfc33abaa834a16847acad19 /misc/histring/pkg-descr | |
parent | 62c9d63a82c5751c731fe4516fe90f317d7e5482 (diff) | |
download | ports-10773690d6395aed93d579cf67948d1ef23a2ba7.tar.gz ports-10773690d6395aed93d579cf67948d1ef23a2ba7.zip |
Notes
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/ |