diff options
author | nemysis <nemysis@FreeBSD.org> | 2013-12-16 01:05:55 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2013-12-16 01:05:55 +0800 |
commit | fc255df875c11187307ec94b64beb98e9044024c (patch) | |
tree | 569c314f17739644953e37ce841746c0cbfa1fe1 /textproc/loook/pkg-descr | |
parent | 0fc558b1e9570164e0c9b641bb569f66ed0eaa84 (diff) | |
download | freebsd-ports-gnome-fc255df875c11187307ec94b64beb98e9044024c.tar.gz freebsd-ports-gnome-fc255df875c11187307ec94b64beb98e9044024c.tar.zst freebsd-ports-gnome-fc255df875c11187307ec94b64beb98e9044024c.zip |
Loook is a simple Python tool that searches for text strings in
LibreOffice and OpenOffice.org files.
AND, OR and phrase searches are supported. It doesn't create an index,
but searching should be fast enough unless you have really many files.
WWW: http://www.danielnaber.de/loook/
PR: ports/171734
Submitted by: nemysis (self)
Approved by: wg (mentor)
Diffstat (limited to 'textproc/loook/pkg-descr')
-rw-r--r-- | textproc/loook/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/loook/pkg-descr b/textproc/loook/pkg-descr new file mode 100644 index 000000000000..975cfc6efb77 --- /dev/null +++ b/textproc/loook/pkg-descr @@ -0,0 +1,7 @@ +Loook is a simple Python tool that searches for text strings in +LibreOffice and OpenOffice.org files. + +AND, OR and phrase searches are supported. It doesn't create an index, +but searching should be fast enough unless you have really many files. + +WWW: http://www.danielnaber.de/loook/ |