./wip/py-percol, Filter lines interactively in a pipeline

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.0.3nb20231024, Package name: py311-percol-0.0.3nb20231024, Maintainer: pho

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.


Required to run:
[devel/py-curses] [textproc/cmigemo] [wip/py-pymigemo] [lang/python37]

Required to build:
[devel/git-base] [pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2013-09-11 07:10:05 by PHO / phonohawk | Files touched by this commit (7)
Log message:
Import py27-percol-0.0.3nb20130911 as wip/py-percol.

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.