Percol adds flavor of interactive filtering to the traditional pipe concept of shell. Try % A | percol | B and you can display the output of command A and filter it intaractively then pass them to command B. Interface of percol is highly inspired by anything.el for Emacs.
9 lines
278 B
Text
9 lines
278 B
Text
Percol adds flavor of interactive filtering to the traditional pipe
|
|
concept of shell.
|
|
|
|
Try
|
|
% A | percol | B
|
|
|
|
and you can display the output of command A and filter it
|
|
intaractively then pass them to command B. Interface of percol is
|
|
highly inspired by anything.el for Emacs.
|