{ "info": { "author": "Steven Clukey", "author_email": "ssclukey@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "License :: OSI Approved :: MIT License", "Operating System :: POSIX", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.4", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Utilities" ], "description": "rmate\n=====\n\nThe ``rmate`` program enables editing files on a remote computer with\nTextMate 2 via an SSH connection. This is a port of `the official Ruby\nversion`_ and was made for system that cannot (or just preferably do not) have\nRuby installed. This version (very intentionally) has no dependencies beyond\nthe Python standard library and has been tested with Python versions 2.4 - 3.5.\n\nThis port is probably compatible with Sublime Text, Atom, or other editors that\nuse the ``rmate`` protocol, but it is not officially tested.\n\n\nInstall\n-------\n\nStandalone\n~~~~~~~~~~\n\n``rmate`` is a single file script, so you can simply download it to a location\nin your ``PATH``. For example, assuming ``/usr/local/bin`` is in the ``PATH``\n\n::\n\n wget https://raw.githubusercontent.com/sclukey/rmate-python/master/bin/rmate\n chmod +x ./rmate\n mv ./rmate /usr/local/bin/rmate\n\n\nPyPI\n~~~~\n\nYou can also install ``rmate`` with ``pip``\n\n::\n\n pip install rmate\n\n\nSSH Connection Settings\n~~~~~~~~~~~~~~~~~~~~~~~\n\nFor ``rmate`` to be able to connect back to TextMate, a port must be tunneled\nthrough the ssh connection. By default, ``rmate`` uses port 52698, and the port\ncan be tunneled for an individual connection on the command line\n::\n\n ssh -R 52698:localhost:52698 user@example.com\n\nor for all connections by adding a rule to your ``~/.ssh/config``\n\n::\n\n Host *\n RemoteForward 52698 localhost:52698\n\nUsage\n~~~~~\n\nYou can use ``rmate --help`` to see the usage\n\n::\n\n usage: rmate [OPTION]... FILE...\n\n --host HOST Connect to HOST. Use 'auto' to detect the host from\n SSH. Defaults to localhost\n -p, --port PORT Port number to use for connection. Defaults to 52698\n -w, --[no-]wait Wait for file to be closed by TextMate\n -l, --line LINE Place carat on line LINE after loading the file.\n TextMate selection strings can be used\n -m, --name NAME The display name shown in TextMate\n -t, --type TYPE Treat file as having TYPE\n -f, --force Open even if the file is not writable\n -v, --verbose Verbose logging messages\n -h, --help Show this help and exit\n --version Show version and exit\n\n When FILE is -, read standard input.\n\nMore information can be found in `this blog post`_\n\n.. _the official ruby version: https://github.com/textmate/rmate\n.. _this blog post: http://blog.macromates.com/2011/mate-and-rmate/", "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/sclukey/rmate-python", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "rmate", "package_url": "https://pypi.org/project/rmate/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rmate/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/sclukey/rmate-python" }, "release_url": "https://pypi.org/project/rmate/1.0.3/", "requires_dist": null, "requires_python": null, "summary": "Edit files over SSH.", "version": "1.0.3" }, "last_serial": 2441412, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "7620e65d58dd74a26918214c38a1ff82", "sha256": "608a329b21451d95e3b74e2e6d179ba9bbad5e73c49272684a53014f0ef9e1c2" }, "downloads": -1, "filename": "rmate-1.0.2.tar.gz", "has_sig": false, "md5_digest": "7620e65d58dd74a26918214c38a1ff82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6070, "upload_time": "2015-12-02T04:43:46", "url": "https://files.pythonhosted.org/packages/14/47/0dc5b935938780e6e3beb804b642218c0a752e1319e5a438b91316e43197/rmate-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "139d66d1c6c64d568a8276013ad92eb2", "sha256": "0f6e00d846b488b93d757b901a40788fec272cce3a8f91e6beb2d95afa2b4086" }, "downloads": -1, "filename": "rmate-1.0.3.tar.gz", "has_sig": false, "md5_digest": "139d66d1c6c64d568a8276013ad92eb2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6100, "upload_time": "2016-11-03T23:59:06", "url": "https://files.pythonhosted.org/packages/e4/53/180585cade142283f5aec6a1246ab65de0abcd7a68d40f289984a9d45bb1/rmate-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "139d66d1c6c64d568a8276013ad92eb2", "sha256": "0f6e00d846b488b93d757b901a40788fec272cce3a8f91e6beb2d95afa2b4086" }, "downloads": -1, "filename": "rmate-1.0.3.tar.gz", "has_sig": false, "md5_digest": "139d66d1c6c64d568a8276013ad92eb2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6100, "upload_time": "2016-11-03T23:59:06", "url": "https://files.pythonhosted.org/packages/e4/53/180585cade142283f5aec6a1246ab65de0abcd7a68d40f289984a9d45bb1/rmate-1.0.3.tar.gz" } ] }