percolator


Namepercolator JSON
Version 0.2.3 PyPI version JSON
download
home_pagehttps://github.com/clach04/percolator/tree/mymain
SummaryAdds flavor of interactive filtering to the traditional pipe concept of shell
upload_time2024-08-31 19:41:27
maintainerclach04
docs_urlNone
authormooz
requires_pythonNone
licenseMIT
keywords anything.el unite.vim dmenu shell pipe filter curses
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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/clach04/percolator

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/clach04/percolator/tree/mymain",
    "name": "percolator",
    "maintainer": "clach04",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "anything.el unite.vim dmenu shell pipe filter curses",
    "author": "mooz",
    "author_email": "stillpedant@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/26/11/647887e55289b042382af4d47834882f8db51d76cff546f93239e0156cd0/percolator-0.2.3.tar.gz",
    "platform": null,
    "description": "Adds flavor of interactive filtering to the traditional pipe concept of shell.\r\nTry::\r\n\r\n    $ A | percol | B\r\n\r\nand you can display the output of command A and filter it interactively and then pass it to command B.\r\nThe interface of percol is highly inspired by anything.el for Emacs.\r\n\r\nFull details at https://github.com/clach04/percolator\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Adds flavor of interactive filtering to the traditional pipe concept of shell",
    "version": "0.2.3",
    "project_urls": {
        "Homepage": "https://github.com/clach04/percolator/tree/mymain"
    },
    "split_keywords": [
        "anything.el",
        "unite.vim",
        "dmenu",
        "shell",
        "pipe",
        "filter",
        "curses"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2611647887e55289b042382af4d47834882f8db51d76cff546f93239e0156cd0",
                "md5": "48ff0858115937595a279e0d141a3b5d",
                "sha256": "9a20085e3ac415b65d560d373b2b70a234d3b25486748b6725e7bfbfb44939a1"
            },
            "downloads": -1,
            "filename": "percolator-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "48ff0858115937595a279e0d141a3b5d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 28389,
            "upload_time": "2024-08-31T19:41:27",
            "upload_time_iso_8601": "2024-08-31T19:41:27.642445Z",
            "url": "https://files.pythonhosted.org/packages/26/11/647887e55289b042382af4d47834882f8db51d76cff546f93239e0156cd0/percolator-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-31 19:41:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "clach04",
    "github_project": "percolator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "percolator"
}
        
Elapsed time: 0.29228s