{
"info": {
"author": "Sean Hammond, Vincent Perricone, Jon Grace-Cox",
"author_email": "",
"bugtrack_url": null,
"classifiers": [
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 2 :: Only"
],
"description": "Terminal Velocity\n=================\n\n\n.. image:: https://travis-ci.org/jongracecox/terminal_velocity.svg?branch=master\n :target: https://travis-ci.org/jongracecox/terminal_velocity.svg?branch=master\n :alt: build status\n\n\nTerminal Velocity is a fast note-taking app for the UNIX terminal, that\nfocuses on letting you create or find a note as quickly and easily as\npossible, then uses your ``$EDITOR`` to open and edit the note. It is\nheavily inspired by the OS X app `Notational\nVelocity `_. For screenshots and features, see the\n`Terminal Velocity website `_.\n\nThis is a fork of the original project, which adds the ability to\nautomatically pull and push your Notes changes to a Git project.\nWhen you start terminal velocity it will automatically pull from the\nconfigured git project, and when you exit it will automatically push.\n\nInstallation\n------------\n\npip - Python package manager\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nTo install Terminal Velocity, run:\n\n.. code-block::\n\n pip install terminal-velocity-git\n\n\nThen to launch it just run one of the following commands:\n\n.. code-block::\n\n terminal_velocity\n terminal-velocity\n\n\nTo use a different notes directory, run:\n\n.. code-block::\n\n terminal_velocity path/to/your/notes/dir\n\n\nTo see all the command-line options, run:\n\n.. code-block::\n\n terminal_velocity -h\n\n\nTo quit the app, press ``ctrl-c`` or ``ctrl-x``.\n\nTo upgrade Terminal Velocity to the latest version, run:\n\n.. code-block::\n\n pip install --upgrade terminal_velocity\n\n\nTo uninstall it, run:\n\n.. code-block::\n\n pip uninstall terminal_velocity\n\n\nFrom Source\n^^^^^^^^^^^\n\nEnsure python modules ``urwid``\\ , ``setuptools`` and ``chardet`` are installed. Python-dev also.\n\n.. code-block::\n\n apt install python-setuptools python-chardet python-urwid python-dev\n\nClone the repository from:\n\n.. code-block::\n\n git@github.com:vhp/terminal_velocity.git\n or\n https://github.com/vhp/terminal_velocity.git\n\n\nMove into terminal_velocity directory you just cloned and run the following:\n\n.. code-block::\n\n sudo python setup.py install\n\n\nSync your notes to Git\n----------------------\n\nYou will need:\n\n\n* A GitHub or GitLab project (for free private projects GitLab is recommended)\n* The clone URL of the git project\n\nBefore setting this up **!!take a backup of your existing Notes directory!!**.\n\nCreate file ``~/.git_notes_project.yaml``\\ , and add the following:\n\n.. code-block:: yaml\n\n project url: \n\nOptionally you can change the directory that ``terminal-velocity`` uses for notes\nby adding the following to the file:\n\n.. code-block:: yaml\n\n project directory: ~/My-Other-Notes-Directory\n\nNote that this configuration does not affect the terminal velocity configuration,\nonly the Git project management add-on.\n\nWhen you start ``terminal-velocity`` it will automatically initialise the Git project\nwithin your Notes directory\n\nReleasing to PyPi\n-----------------\n\nTo release a new version of Terminal Velocity:\n\n\n#. Make sure you have setup your ~/.pypirc file for PyPi uploading\n#. Increment the version number in the `setup.py file `_\\ , add\n an entry te the `changelog `_\\ , commit both changes to\n git and push them to github. For example, see\n `aae87b `_.\n#. Upload the new release to `the terminal_velocity package on\n pypi `_\\ : run\n ``python setup.py sdist upload -r pypi``.\n\nFor more information see https://packaging.python.org/.\n\nOther things\n------------\n\nTo make a bug report or feature request, use `GitHub\nIssues `_.\n\nTo contribute documentation, use `the\nwiki `_.\n\nTo contribute code to Terminal Velocity, see\n`CONTRIBUTING `_.\n\n\n",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/jongracecox/terminal_velocity",
"keywords": "",
"license": "GNU General Public License, Version 3",
"maintainer": "",
"maintainer_email": "",
"name": "terminal-velocity-git",
"package_url": "https://pypi.org/project/terminal-velocity-git/",
"platform": "",
"project_url": "https://pypi.org/project/terminal-velocity-git/",
"project_urls": {
"Homepage": "https://github.com/jongracecox/terminal_velocity"
},
"release_url": "https://pypi.org/project/terminal-velocity-git/0.2.0/",
"requires_dist": [
"urwid (>=1.1.1)",
"chardet (>=2.1.1)",
"sh (>=1.12.14)",
"PyYAML (>=3.1.2)"
],
"requires_python": "",
"summary": "A fast note-taking app for the UNIX terminal, with Git support.",
"version": "0.2.0"
},
"last_serial": 3704586,
"releases": {
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "76660acddb0c6fa005dd3f604f522d10",
"sha256": "d3d0bba8023a6d757d1c39f2fb251c9c84b5d389a0b4b912abae7536d28e547f"
},
"downloads": -1,
"filename": "terminal_velocity_git-0.1.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "76660acddb0c6fa005dd3f604f522d10",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 17278,
"upload_time": "2018-03-25T22:44:09",
"url": "https://files.pythonhosted.org/packages/40/b3/eee55337308be1e000d85653efa1fdef6765636cfa4695605c30847d14df/terminal_velocity_git-0.1.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "4e55fae66f99b451a2d06381e2481a42",
"sha256": "42c5c95a01adf06497fae9962f9feb487e629663c84c7c3ce849e8a573d777d4"
},
"downloads": -1,
"filename": "terminal-velocity-git-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "4e55fae66f99b451a2d06381e2481a42",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15038,
"upload_time": "2018-03-25T22:44:10",
"url": "https://files.pythonhosted.org/packages/e1/58/256340b0eb9642016dacaf932590c634209dc061560d1d392917d5010b9d/terminal-velocity-git-0.1.0.tar.gz"
}
],
"0.2.0": [
{
"comment_text": "",
"digests": {
"md5": "9e40a640e2d48cdf967636cb39e0203f",
"sha256": "7fb2ac28417ee481ec49aec063e965fa069e76694bf23d1f837e301fc88e7727"
},
"downloads": -1,
"filename": "terminal_velocity_git-0.2.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "9e40a640e2d48cdf967636cb39e0203f",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 17341,
"upload_time": "2018-03-25T23:50:25",
"url": "https://files.pythonhosted.org/packages/79/b4/537349015b9827e495b21a0c84c66cca1affebd9ae1e3d1bd77299ffece1/terminal_velocity_git-0.2.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "25502ce6d1c6127fd68f46a37d1ea269",
"sha256": "6999771cf69e0ad514c057188bc0d7d1cb3c715d3a98a82c770516b82b9bd98f"
},
"downloads": -1,
"filename": "terminal-velocity-git-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "25502ce6d1c6127fd68f46a37d1ea269",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15091,
"upload_time": "2018-03-25T23:50:26",
"url": "https://files.pythonhosted.org/packages/e6/17/c491a0feb7a47c085223d010040f7e2d79081382d8476753053443d6e5cf/terminal-velocity-git-0.2.0.tar.gz"
}
],
"0.2.0rc1": [
{
"comment_text": "",
"digests": {
"md5": "e74287269c2c649399d69aa9fb7d8d79",
"sha256": "675bbc9e5ac6143b98a9febcaabeaadd4df1a693e94c1ef46752f695c71c4ee0"
},
"downloads": -1,
"filename": "terminal_velocity_git-0.2.0rc1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "e74287269c2c649399d69aa9fb7d8d79",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 17323,
"upload_time": "2018-03-25T22:50:29",
"url": "https://files.pythonhosted.org/packages/e1/be/d337f0d7e9959206706c22f34220e551ee8e6de8c5281196c02293e40e8a/terminal_velocity_git-0.2.0rc1-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "64beed7894302d49e11cf346e47079b6",
"sha256": "28ffcc320bbaef0f45ac128c22c35e026233a3da943eb371026360d5c1618627"
},
"downloads": -1,
"filename": "terminal-velocity-git-0.2.0rc1.tar.gz",
"has_sig": false,
"md5_digest": "64beed7894302d49e11cf346e47079b6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15046,
"upload_time": "2018-03-25T22:50:30",
"url": "https://files.pythonhosted.org/packages/99/0d/73ae1b0d3cd73f13ad129f2835ddc58e50243fbe66dc3ab3cbbd68c69199/terminal-velocity-git-0.2.0rc1.tar.gz"
}
],
"0.2.0rc2": [
{
"comment_text": "",
"digests": {
"md5": "9cdcbb435129a2c762c429212eff3d5f",
"sha256": "3814eab690e4609800c07f8675df38d760c58bd8e1e344d4be02bff0eca667c6"
},
"downloads": -1,
"filename": "terminal_velocity_git-0.2.0rc2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "9cdcbb435129a2c762c429212eff3d5f",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 17332,
"upload_time": "2018-03-25T23:02:22",
"url": "https://files.pythonhosted.org/packages/04/bd/d6dc9e4083035e2ae0523028023ccb59b097d44e331a84369d225d3ba389/terminal_velocity_git-0.2.0rc2-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "a29bca449dd9288bc91d5edaf8d97bb2",
"sha256": "ae48bd4710326b769bb91493ae4290074203cb1c6b322f4a6470a3ae1bab5730"
},
"downloads": -1,
"filename": "terminal-velocity-git-0.2.0rc2.tar.gz",
"has_sig": false,
"md5_digest": "a29bca449dd9288bc91d5edaf8d97bb2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15049,
"upload_time": "2018-03-25T23:02:23",
"url": "https://files.pythonhosted.org/packages/7a/23/eb25c3b49a6cb8c14025ec800071a3fbae12ed65dea34356a12b68bc41c7/terminal-velocity-git-0.2.0rc2.tar.gz"
}
],
"0.2.0rc3": [
{
"comment_text": "",
"digests": {
"md5": "136b2eaed8ca598ac2f95d9ceb405cbf",
"sha256": "0d22fe36885f907eba88b494c33b1e7450abd466eefc6b4d5833bb37c43c439b"
},
"downloads": -1,
"filename": "terminal_velocity_git-0.2.0rc3-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "136b2eaed8ca598ac2f95d9ceb405cbf",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 17397,
"upload_time": "2018-03-25T23:08:10",
"url": "https://files.pythonhosted.org/packages/22/fd/2447247017379824562964c9f9ab26a1071ecef1b103053e9059d4cc518e/terminal_velocity_git-0.2.0rc3-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "4d8e23c345e95e66f227999efce2a621",
"sha256": "9ed02223546f7712d25fcc7b6aed80629c2276ef13ad9eb832b52d7177edaaa4"
},
"downloads": -1,
"filename": "terminal-velocity-git-0.2.0rc3.tar.gz",
"has_sig": false,
"md5_digest": "4d8e23c345e95e66f227999efce2a621",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15097,
"upload_time": "2018-03-25T23:08:11",
"url": "https://files.pythonhosted.org/packages/e3/72/db378fc12e85d855b21c1e11771cd25d56b270d1f302f936cea411a00f6d/terminal-velocity-git-0.2.0rc3.tar.gz"
}
],
"0.2.0rc4": [
{
"comment_text": "",
"digests": {
"md5": "d3b48384410b38dd2f4e9bf895ecd66e",
"sha256": "eb26352df4619778ce55113dc351e06a0ee4b56aafc3deafd717a66d31f2607d"
},
"downloads": -1,
"filename": "terminal_velocity_git-0.2.0rc4-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "d3b48384410b38dd2f4e9bf895ecd66e",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 17394,
"upload_time": "2018-03-25T23:12:34",
"url": "https://files.pythonhosted.org/packages/5a/6c/089ea14a448bcefe5c0ac50260a03289cd6d5ae47f83c6cd0aff62f93902/terminal_velocity_git-0.2.0rc4-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "08e73c05dbaf965c6ca30cc9495b4b17",
"sha256": "d31af71e274c86ebd26ceab665af152fe1fa06e02386b0f46a3da87fe5c84fdd"
},
"downloads": -1,
"filename": "terminal-velocity-git-0.2.0rc4.tar.gz",
"has_sig": false,
"md5_digest": "08e73c05dbaf965c6ca30cc9495b4b17",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15099,
"upload_time": "2018-03-25T23:12:35",
"url": "https://files.pythonhosted.org/packages/f7/7b/be210c0c012ebfbded1ca75e400bf6f5ead6c77fadf53545de8d8800857f/terminal-velocity-git-0.2.0rc4.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "9e40a640e2d48cdf967636cb39e0203f",
"sha256": "7fb2ac28417ee481ec49aec063e965fa069e76694bf23d1f837e301fc88e7727"
},
"downloads": -1,
"filename": "terminal_velocity_git-0.2.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "9e40a640e2d48cdf967636cb39e0203f",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 17341,
"upload_time": "2018-03-25T23:50:25",
"url": "https://files.pythonhosted.org/packages/79/b4/537349015b9827e495b21a0c84c66cca1affebd9ae1e3d1bd77299ffece1/terminal_velocity_git-0.2.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "25502ce6d1c6127fd68f46a37d1ea269",
"sha256": "6999771cf69e0ad514c057188bc0d7d1cb3c715d3a98a82c770516b82b9bd98f"
},
"downloads": -1,
"filename": "terminal-velocity-git-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "25502ce6d1c6127fd68f46a37d1ea269",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15091,
"upload_time": "2018-03-25T23:50:26",
"url": "https://files.pythonhosted.org/packages/e6/17/c491a0feb7a47c085223d010040f7e2d79081382d8476753053443d6e5cf/terminal-velocity-git-0.2.0.tar.gz"
}
]
}