Metadata-Version: 2.1
Name: percol
Version: 0.2.1
Summary: Adds flavor of interactive filtering to the traditional pipe concept of shell
Home-page: https://github.com/mooz/percol
Author: mooz
Author-email: stillpedant@gmail.com
License: MIT
Keywords: anything.el unite.vim dmenu shell pipe filter curses
Classifier: Environment :: Console :: Curses
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Text Editors :: Emacs
Classifier: Topic :: Utilities
Requires-Dist: six>=1.7.3
Requires-Dist: cmigemo>=0.1.5

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 interactively and then pass it to command B.
The interface of percol is highly inspired by anything.el for Emacs.

Full details at https://github.com/mooz/percol
