{ "info": { "author": "Dmitry Rubtsov", "author_email": "dmitry@rubtsov.eu", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3" ], "description": "comenu\n-------\n``comenu`` is a simple menu for execute any command in terminal.\n\nForked from https://github.com/mmeyer724/sshmenu\n\nQuick Setup\n-----------\n\n**macOS**\n\n.. code-block:: bash\n\n brew install https://raw.githubusercontent.com/dmirubtsov/comenu/master/comenu.rb\n comenu\n\n**Linux**\n\n.. code-block:: bash\n\n pip3 install --user comenu\n comenu\n\n**Development**\n\n.. code-block:: bash\n\n git clone https://github.com/dmirubtsov/comenu.git\n cd comenu\n pip3 install -r requirements.txt\n python3 -m comenu\n\nConfiguration\n-------------\nOn first run an example configuration file will be created for you, along with the path. For reference, I've added this information here as well.\n\n**OS X**\n\n.. code-block:: bash\n\n nano ~/Library/Application\\ Support/comenu/config.json\n\n**Linux**\n\n.. code-block:: bash\n\n nano ~/.config/comenu/config.json\n\n**Default contents**\n\n.. code-block:: json\n\n {\n \t\"targets\": [{\n \t\t\"command\": \"ssh root@desktop\",\n \t\t\"name\": \"Desktop\",\n \t\t\"friendly\": \"Connect to desktop by ssh\"\n \t}]\n }\n\nTodo\n----\n* Submenus", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dmirubtsov/comenu", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "comenu", "package_url": "https://pypi.org/project/comenu/", "platform": "", "project_url": "https://pypi.org/project/comenu/", "project_urls": { "Homepage": "https://github.com/dmirubtsov/comenu" }, "release_url": "https://pypi.org/project/comenu/1.1/", "requires_dist": null, "requires_python": "", "summary": "Command line menu and helper utility", "version": "1.1" }, "last_serial": 3420740, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "61b2ffc9519c711132c2f659fe7d1f64", "sha256": "44518eb142d5f4f4949cf22ad6a97d4962cc2dc5400edf0021634c760964998d" }, "downloads": -1, "filename": "comenu-1.0.tar.gz", "has_sig": false, "md5_digest": "61b2ffc9519c711132c2f659fe7d1f64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6007, "upload_time": "2017-12-15T20:16:25", "url": "https://files.pythonhosted.org/packages/50/c6/4571bb8e852d060a571ddea696d6a44ee08e1855c7fcb0fa0524b66d6de9/comenu-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "d7656fa08cb04b7c089de32ce17a50cd", "sha256": "cdab7eb77670507ec709956f59f3502248cf309c656095a952e378f00b70ccaf" }, "downloads": -1, "filename": "comenu-1.1.tar.gz", "has_sig": false, "md5_digest": "d7656fa08cb04b7c089de32ce17a50cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6076, "upload_time": "2017-12-15T20:44:08", "url": "https://files.pythonhosted.org/packages/35/bc/9f07d9d9a920b3cc9cf868471ea0fbe4293ab02907e96262eca0ef35a877/comenu-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d7656fa08cb04b7c089de32ce17a50cd", "sha256": "cdab7eb77670507ec709956f59f3502248cf309c656095a952e378f00b70ccaf" }, "downloads": -1, "filename": "comenu-1.1.tar.gz", "has_sig": false, "md5_digest": "d7656fa08cb04b7c089de32ce17a50cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6076, "upload_time": "2017-12-15T20:44:08", "url": "https://files.pythonhosted.org/packages/35/bc/9f07d9d9a920b3cc9cf868471ea0fbe4293ab02907e96262eca0ef35a877/comenu-1.1.tar.gz" } ] }