{ "info": { "author": "Joshua Downer", "author_email": "joshua.downer@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: Unix", "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": "## CDHISTORY\n\n[![Build Status](https://travis-ci.org/jdowner/cdhistory.svg)](https://travis-ci.org/jdowner/cdhistory)\n\n\nThis package is used to record the frequency of visits to particular directories\nthrough the 'cd' function. The goal is to use this information to provide\na way to quickly navigate to commonly visited directories.\n\nTo incorporate this functionality, install the package in the usual way,\n\n\n python setup.py install\n\n\nThis will add the cdhistory packacge to your python install area, and a\ncdhistory script to /usr/local/bin. To incorporate cdhistory into your normal\n'cd' use, there is a bash script installed in /usr/local/share called\ncdhistory.bash that provides an function to wrap 'cd'.\n\nThe cdhistory.bash snippet replaces the existing 'cd' function in bash with a\nwrapped version. The function behaves like the builtin cd command normally, but\nrecords the directories that are visited. However, if you prepend the first\nargument to 'cd' with a colon it will go to the best match using cdhistory, e.g.\n\n\n cd :repos\n\n\nwill 'cd' to the path that best matches the string 'repos'. In effect, this is\nlike creating aliases for commonly visited directories.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/jdowner/cdhistory", "keywords": "cd directory history alias search", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "cdhistory", "package_url": "https://pypi.org/project/cdhistory/", "platform": "Unix", "project_url": "https://pypi.org/project/cdhistory/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/jdowner/cdhistory" }, "release_url": "https://pypi.org/project/cdhistory/0.1/", "requires_dist": null, "requires_python": null, "summary": "Search for frequently visited directories", "version": "0.1" }, "last_serial": 1637689, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "6f580cd50c181b79452bd84420bf451f", "sha256": "7e2f32352373b0517938bcb5d0a485bf8b6d97cd3fa6201f6719c17ea08925a1" }, "downloads": -1, "filename": "cdhistory-0.1.tar.gz", "has_sig": false, "md5_digest": "6f580cd50c181b79452bd84420bf451f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5294, "upload_time": "2015-07-17T10:53:33", "url": "https://files.pythonhosted.org/packages/90/ff/ecf83216544ee093157a359156b4e0769910ee8cc3928b42aedff1ea3cff/cdhistory-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6f580cd50c181b79452bd84420bf451f", "sha256": "7e2f32352373b0517938bcb5d0a485bf8b6d97cd3fa6201f6719c17ea08925a1" }, "downloads": -1, "filename": "cdhistory-0.1.tar.gz", "has_sig": false, "md5_digest": "6f580cd50c181b79452bd84420bf451f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5294, "upload_time": "2015-07-17T10:53:33", "url": "https://files.pythonhosted.org/packages/90/ff/ecf83216544ee093157a359156b4e0769910ee8cc3928b42aedff1ea3cff/cdhistory-0.1.tar.gz" } ] }