diff options
author | B. Watson <urchlay@slackware.uk> | 2024-03-09 07:35:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-09 08:01:31 +0700 |
commit | 9de959b5235556e31e75f76efe90d67918450365 (patch) | |
tree | bbd4c06ab9f4766919113394312ac92ff9085dd6 /system/percol/README | |
parent | 9da09c3c49b7746d6988adf07e304e32292db5ac (diff) |
system/percol: Added (dialog system).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/percol/README')
-rw-r--r-- | system/percol/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/system/percol/README b/system/percol/README new file mode 100644 index 0000000000000..dc01b664539ef --- /dev/null +++ b/system/percol/README @@ -0,0 +1,18 @@ +percol (interactive selection for UNIX pipes) + +An interactive grep tool in your terminal. Percol does the following: + +1. receives input lines from stdin or a file, 2. lists the input +lines, 3. waits for your input that filters/selects the line(s), +4. and finally outputs the selected line(s) to stdout. + +Since percol just filters the input and outputs the result to +stdout, it can be used in command-chains with | in your shell (UNIX +philosophy!). + +Package includes command completion for zsh, plus a /etc/percol.zsh +script that adds extra functionality (see the comments at the top of +the script for instructions on using it). + +There is no man page; run "percol --help" for a list of options, and +read /usr/doc/percol-$VERSION/README.md for key bindings and examples. |