Path to this page:
./
wip/py-percol,
Filter lines interactively in a pipeline
Branch: CURRENT,
Version: 0.0.3nb20231024,
Package name: py311-percol-0.0.3nb20231024,
Maintainer: phoPercol 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)
- (2023-10-24) Updated to version: py311-percol-0.0.3nb20231024
- (2023-02-13) Package has been reborn
- (2023-02-13) Updated to version: py310-percol-0.0.3nb20230213
- (2022-01-11) Updated to version: py39-percol-0.0.3nb20220111
- (2020-09-29) Updated to version: py37-percol-0.0.3nb20200929
- (2020-09-29) Package has been reborn
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.
|