{ "info": { "author": "Zbigniew Siciarz", "author_email": "zbigniew@siciarz.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Utilities" ], "description": "========\ngtlaunch\n========\n\n.. image:: https://pypip.in/version/gtlaunch/badge.svg\n :target: https://pypi.python.org/pypi/gtlaunch/\n :alt: Latest PyPI version\n\n.. image:: https://pypip.in/download/gtlaunch/badge.svg\n :target: https://pypi.python.org/pypi/gtlaunch/\n :alt: Number of PyPI downloads\n\n.. image:: https://pypip.in/py_versions/gtlaunch/badge.svg\n :target: https://pypi.python.org/pypi/gtlaunch/\n :alt: Supported Python versions\n\n.. image:: https://pypip.in/wheel/gtlaunch/badge.svg\n :target: https://pypi.python.org/pypi/gtlaunch/\n :alt: Wheel Status\n\n.. image:: https://travis-ci.org/zsiciarz/gtlaunch.svg?branch=master\n :target: https://travis-ci.org/zsiciarz/gtlaunch\n\n.. image:: https://coveralls.io/repos/zsiciarz/gtlaunch/badge.png?branch=master\n :target: https://coveralls.io/r/zsiciarz/gtlaunch?branch=master\n\n``gtlaunch`` launches Gnome Terminal with predefined tabs, runs a command\nin each tab and leaves you in the shell if the command quits, so you can\njump straight to work. See the demo:\n\n.. image:: http://zippy.gfycat.com/EarlyBlackGrub.gif\n\nPrerequisites\n-------------\n\n * Linux with Gnome\n * ZSH (support for other shells is in the works)\n * Python 2.7 or 3.3+\n\nInstallation\n------------\n\nThe recommended way to install Python packages which provide executable scripts\nis to use `pipsi `_::\n\n pipsi install gtlaunch\n\nBut ``pip`` also works::\n\n pip install gtlaunch\n\nAdd the following to your ``.zshrc`` (see\n`this message `_ for an\nexplanation)::\n\n if [[ $1 == eval ]]\n then\n \"$@\"\n set --\n fi\n\nConfiguration\n-------------\n\nBy default, ``gtlaunch`` reads its configuration from a ``gtlaunch.json`` file\nlocated in user's home directory. This can be overridden by passing the\nlocation of config file to ``--config`` option::\n\n gtlaunch --config ../my-projects.json\n\nHere's an example configuration file (note: JSON does not allow comments,\nthese are just for reference)::\n\n {\n // The configuration is an object where keys are project names\n // and values store per-project settings.\n \"simple_project\": {\n // The simplest setup is just a list of commands under the tabs key\n \"tabs\": [\"vim\", \"python\", \"git status\"]\n },\n \"more_options\": {\n // prefix specifies a command that will be run before each tab's\n // command executes\n \"prefix\": \"workon test\",\n // you can specify working directory; ~ will be expanded\n \"cwd\": \"~/Development\",\n \"tabs\": [\n // the extended format allows more options, see below\n {\n // command is required\n \"command\": \"vim\",\n // title is optional, defaults to command\n \"title\": \"editor\"\n },\n // you can mix&match both formats\n \"python\",\n \"git status\"\n ]\n }\n }\n\nResources\n---------\n\n * `Issue tracker `_\n * `CI server `_\n\nAuthor\n------\n\n * `Zbigniew Siciarz `_ (zbigniew at siciarz dot net)\n\nLicense\n-------\n\ngtlaunch is free software, licensed under the MIT/X11 License. A copy of\nthe license is provided with the source code in the LICENSE file.", "description_content_type": null, "docs_url": null, "download_url": "http://pypi.python.org/pypi/gtlaunch", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/zsiciarz/gtlaunch", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "gtlaunch", "package_url": "https://pypi.org/project/gtlaunch/", "platform": "any", "project_url": "https://pypi.org/project/gtlaunch/", "project_urls": { "Download": "http://pypi.python.org/pypi/gtlaunch", "Homepage": "http://github.com/zsiciarz/gtlaunch" }, "release_url": "https://pypi.org/project/gtlaunch/0.2/", "requires_dist": null, "requires_python": null, "summary": "Gnome Terminal launcher", "version": "0.2" }, "last_serial": 1284058, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1ae698d4c97a4f48d449b469876acbb0", "sha256": "82770419bb3b318b5355a544e16f3a1f8386df9fefd288c24b5f05f7f7606e02" }, "downloads": -1, "filename": "gtlaunch-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1ae698d4c97a4f48d449b469876acbb0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3710, "upload_time": "2014-10-18T12:53:46", "url": "https://files.pythonhosted.org/packages/7f/d2/7ed8b87c0f07d12e47f98fe53d39b45274125e2db3b8be07f88761c8a983/gtlaunch-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9519d1796ec7eec1e51cb3a30e5bd986", "sha256": "2169e44ce9ad234f1b6da87515189f99109af5e7b876556a1e901878699b0275" }, "downloads": -1, "filename": "gtlaunch-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9519d1796ec7eec1e51cb3a30e5bd986", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3708, "upload_time": "2014-10-18T12:52:56", "url": "https://files.pythonhosted.org/packages/db/4f/0696d490b30488167ba7181ecd4475aa2b78de5174bde8fff3ee2c7c1e84/gtlaunch-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e378dbd522d86ea9b314347122378fce", "sha256": "c9496c82c708e0bfd0cc3a6f641c81cf49e5a18e63944c8881cd07c640e9aab1" }, "downloads": -1, "filename": "gtlaunch-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e378dbd522d86ea9b314347122378fce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2303, "upload_time": "2014-10-18T12:53:00", "url": "https://files.pythonhosted.org/packages/4f/3e/d609f8b4b43ce9def88fb30d07611ec315c5d2cde763c6364d79a1b041a5/gtlaunch-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "f7308e9e138dfc3a503988a5c60c54ec", "sha256": "babedf1ea3fde6a115fabd4af207af887073bfdcc27dc4e5dd92979f309444e7" }, "downloads": -1, "filename": "gtlaunch-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f7308e9e138dfc3a503988a5c60c54ec", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3719, "upload_time": "2014-10-18T12:54:59", "url": "https://files.pythonhosted.org/packages/77/4c/14691ff69adc03b998abd19090353700855cf29146c0936f16b5d864c02a/gtlaunch-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a6c45286720ddcb858088d0b9f8a8b5c", "sha256": "5dfadb378e84e3297918d295621f924fe4c7a82013cdb21f0542b8377c376232" }, "downloads": -1, "filename": "gtlaunch-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a6c45286720ddcb858088d0b9f8a8b5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2321, "upload_time": "2014-10-18T12:55:03", "url": "https://files.pythonhosted.org/packages/cf/c9/4654b60cb70e414e552f210dd0049c4c372ccdb32bedfafabcaaca62043d/gtlaunch-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "897e43afbfec584778f78c72d4b1958e", "sha256": "c893ec6db82e6aa0618664aba67aa1b03e5e0b4820762cfac97a2257832605d4" }, "downloads": -1, "filename": "gtlaunch-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "897e43afbfec584778f78c72d4b1958e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3823, "upload_time": "2014-10-19T09:09:39", "url": "https://files.pythonhosted.org/packages/b3/81/5a5ddfc104894aeb0c83e21d2987eab7765c524ac4da61e71e937d906a19/gtlaunch-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a78f0a6bc642df226e570c3679bbe264", "sha256": "2607dd8fe4cf7b754bdceba0559c807d42a5e09276c4d81d2f2fa683cd719412" }, "downloads": -1, "filename": "gtlaunch-0.1.2.tar.gz", "has_sig": false, "md5_digest": "a78f0a6bc642df226e570c3679bbe264", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2434, "upload_time": "2014-10-19T09:09:43", "url": "https://files.pythonhosted.org/packages/6c/ea/96efcec5c490b16f3ef5ee269ab0c3403fe6638f1881f1e05851a6b8e33f/gtlaunch-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "d8bb67326aa7c9f7947b91577ff1f984", "sha256": "933f58ecc5fbab8a418d7f2f49c80f8b2817a806e7f4dba3bca968a0124df34b" }, "downloads": -1, "filename": "gtlaunch-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d8bb67326aa7c9f7947b91577ff1f984", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4640, "upload_time": "2014-10-26T12:35:32", "url": "https://files.pythonhosted.org/packages/d3/f9/6d46705103adb0a6f44ace758b5458679b9133c43b456ed800578aae7181/gtlaunch-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1428a32dea5c179fbc00f8fefa98d629", "sha256": "fa6e970d9538a69223636c3fb30b8fa5ca78b55c5066e3bf73b2bd097598ebc7" }, "downloads": -1, "filename": "gtlaunch-0.1.3.tar.gz", "has_sig": false, "md5_digest": "1428a32dea5c179fbc00f8fefa98d629", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2895, "upload_time": "2014-10-26T12:35:34", "url": "https://files.pythonhosted.org/packages/e8/20/db38bb1f0fbe5f77185292cd2b9dd67fc4463b12e98a09a16b37971072c8/gtlaunch-0.1.3.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "55663ae20eefa799b34756d497f5f4b2", "sha256": "1885020a3dbcb72826dcd5c7e271856f1282d9958eac23c3978c15f4c55cfb6f" }, "downloads": -1, "filename": "gtlaunch-0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "55663ae20eefa799b34756d497f5f4b2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6934, "upload_time": "2014-10-27T10:05:02", "url": "https://files.pythonhosted.org/packages/8c/37/84f4bacb513c8115774baf67dad95200d8d2e83dc11bb0ad37d029af8ef8/gtlaunch-0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0c387495f4ebb688c8a50c8858335ffc", "sha256": "a103825c0dd87a3c34d487f51c238456c70ddf4ab75510e796fdde73255e8418" }, "downloads": -1, "filename": "gtlaunch-0.2.tar.gz", "has_sig": false, "md5_digest": "0c387495f4ebb688c8a50c8858335ffc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4315, "upload_time": "2014-10-27T10:05:04", "url": "https://files.pythonhosted.org/packages/f8/94/f08deb2af577482a3a9f10082936116c846b9cc834ed1a9e85dbcb3a53b5/gtlaunch-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "55663ae20eefa799b34756d497f5f4b2", "sha256": "1885020a3dbcb72826dcd5c7e271856f1282d9958eac23c3978c15f4c55cfb6f" }, "downloads": -1, "filename": "gtlaunch-0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "55663ae20eefa799b34756d497f5f4b2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6934, "upload_time": "2014-10-27T10:05:02", "url": "https://files.pythonhosted.org/packages/8c/37/84f4bacb513c8115774baf67dad95200d8d2e83dc11bb0ad37d029af8ef8/gtlaunch-0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0c387495f4ebb688c8a50c8858335ffc", "sha256": "a103825c0dd87a3c34d487f51c238456c70ddf4ab75510e796fdde73255e8418" }, "downloads": -1, "filename": "gtlaunch-0.2.tar.gz", "has_sig": false, "md5_digest": "0c387495f4ebb688c8a50c8858335ffc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4315, "upload_time": "2014-10-27T10:05:04", "url": "https://files.pythonhosted.org/packages/f8/94/f08deb2af577482a3a9f10082936116c846b9cc834ed1a9e85dbcb3a53b5/gtlaunch-0.2.tar.gz" } ] }