{ "info": { "author": "Sean Hammond", "author_email": "itemizer@seanh.cc", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 2.7" ], "description": "[![Latest Version](https://pypip.in/version/itemizer/badge.svg)](https://pypi.python.org/pypi/itemizer/)\n[![Downloads](https://pypip.in/download/itemizer/badge.svg)](https://pypi.python.org/pypi/itemizer/)\n[![Supported Python versions](https://pypip.in/py_versions/itemizer/badge.svg)](https://pypi.python.org/pypi/itemizer/)\n[![Development Status](https://pypip.in/status/itemizer/badge.svg)](https://pypi.python.org/pypi/itemizer/)\n[![License](https://pypip.in/license/itemizer/badge.svg)](https://pypi.python.org/pypi/itemizer/)\n\n\nitemizer\n========\n\nA [dmenu](http://tools.suckless.org/dmenu/) wrapper script that:\n\n1. Lets you define menu items as `key: value` pairs in a\n [YAML](http://yaml.org/) file, like:\n\n Firefox: firefox\n Terminal: gnome-terminal\n Nautilus: nautilus --no-desktop --new-window\n\n The keys are what will be shown in dmenu. The values are the commands that\n will be run when you select the keys from dmenu. Unlike the usual way of\n using dmenu, the items shown in the menu don't have to be the same as the\n commands executed when they're selected.\n\n2. Sorts the items in dmenu most-recently-used first (not yet implemented!)\n\n\nInstallation\n------------\n\nFirst install dmenu, then:\n\n pip install itemizer\n\n\nUsage\n-----\n\n itemizer_run\n\nIt accepts all the same command-line arguments as dmenu:\n\n itemizer_run -f -i -nb \"#222222\" -nf \"#bbbbbb\" -sb \"#005577\" -sf \"#eeeeee\" -fn \"-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*\"\n\nTo customize the menu copy the [default itemizer.yaml file](itemizer/itemizer.yaml) to `~/.itemizer.yaml`\nand edit it.\n\nItemizer is composed of two subcommands:\n\n1. `itemizer list` prints a newline-separated list of all the keys from your\n items file to stdout, suitable for piping into dmenu.\n\n2. `itemizer show` reads a key from stdin, looks up its value in your items\n file, and prints it to stdout. Pipe the output from dmenu into\n `itemizer show`, then pipe the ouput from `itemizer show` to `sh`.\n\nRun `itemizer -h` for complete documentation of the options and subcommands.\n\n[itemizer_run](bin/itemizer_run) is a shell script that ties `itemizer list`, `dmenu`,\n`itemizer show` and `sh` together, and that passes any command-line arguments\nthat you pass it on to dmenu.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/seanh/itemizer", "keywords": "dmenu", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "itemizer", "package_url": "https://pypi.org/project/itemizer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/itemizer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/seanh/itemizer" }, "release_url": "https://pypi.org/project/itemizer/1.1.2/", "requires_dist": null, "requires_python": null, "summary": "A dmenu wrapper script", "version": "1.1.2" }, "last_serial": 1629961, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "2bb32b000d3a33e06614683e0dbd3974", "sha256": "8a8519cfa2fb8a69d54926fa88bc834a135fedde454a0442d2b9bf9f1f15418c" }, "downloads": -1, "filename": "itemizer-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2bb32b000d3a33e06614683e0dbd3974", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4068, "upload_time": "2015-03-27T23:22:19", "url": "https://files.pythonhosted.org/packages/fb/8d/6037d4f310be1f912c0cf888f87b3e2f030d2afc562e4dc47fbfb91a5997/itemizer-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "78a2368a093937d375a71a6a915e384d", "sha256": "e1ddf39d542b012d2ec613d59db0f578506fee0494e309faef3d7444c06717b6" }, "downloads": -1, "filename": "itemizer-1.0.1.tar.gz", "has_sig": false, "md5_digest": "78a2368a093937d375a71a6a915e384d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4221, "upload_time": "2015-03-27T23:27:08", "url": "https://files.pythonhosted.org/packages/07/8c/ca38625d73494ca8c3006696dba703389ccb2a805feb4ce0a15e94a22c38/itemizer-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "c713717a6aa3c422c88292eca0175e2c", "sha256": "711f9e05267c713c099ef48f194b7cd2ea72dd01c4115b98ad804d2955f3a27b" }, "downloads": -1, "filename": "itemizer-1.1.0.tar.gz", "has_sig": false, "md5_digest": "c713717a6aa3c422c88292eca0175e2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4380, "upload_time": "2015-05-18T16:56:06", "url": "https://files.pythonhosted.org/packages/37/32/cb838c4eccff7e313e08c7c8c4ce26860792f60065cfdc70a3e2f0c5d1b3/itemizer-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "f627dded3a82a7ce2d718aead97ecd73", "sha256": "b89d969bc767d8cdca774baf11bfd865b6538f595e8c223c9b3067360ffbdfd7" }, "downloads": -1, "filename": "itemizer-1.1.1.tar.gz", "has_sig": false, "md5_digest": "f627dded3a82a7ce2d718aead97ecd73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4431, "upload_time": "2015-05-18T17:09:02", "url": "https://files.pythonhosted.org/packages/3c/76/92dd4cb87246c6b922f49f177a106b55b42ca76df5bfc988948a4f5703d7/itemizer-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "0698747f9cd79c69a00f68e099bdbd10", "sha256": "1737619b619f3a3f6fa40ee8ca181feabc3a31154536ef2124668fbc565429de" }, "downloads": -1, "filename": "itemizer-1.1.2.tar.gz", "has_sig": false, "md5_digest": "0698747f9cd79c69a00f68e099bdbd10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4427, "upload_time": "2015-07-12T14:36:40", "url": "https://files.pythonhosted.org/packages/da/c9/9a721dad83bc602425d7b74959f7bcfc0cae23f6922fa7b6076762c6f45f/itemizer-1.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0698747f9cd79c69a00f68e099bdbd10", "sha256": "1737619b619f3a3f6fa40ee8ca181feabc3a31154536ef2124668fbc565429de" }, "downloads": -1, "filename": "itemizer-1.1.2.tar.gz", "has_sig": false, "md5_digest": "0698747f9cd79c69a00f68e099bdbd10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4427, "upload_time": "2015-07-12T14:36:40", "url": "https://files.pythonhosted.org/packages/da/c9/9a721dad83bc602425d7b74959f7bcfc0cae23f6922fa7b6076762c6f45f/itemizer-1.1.2.tar.gz" } ] }