Metadata-Version: 1.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
Description-Content-Type: UNKNOWN
Description: 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
Keywords: anything.el unite.vim dmenu shell pipe filter curses
Platform: UNKNOWN
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
