{ "info": { "author": "Ben Tappin", "author_email": "ben@mrben.co.uk", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Topic :: Utilities" ], "description": "Bam\n===\n\nA Python port of Zach Holman's boom tool (https://github.com/holman/boom).\n\nWut?\n----\n\nBoom is a tool that lets you store and access text snippets from the command line. Bam is a Python port.\n\nFor example: ::\n\n $ bam gifs trektennis http://i.imgur.com/xuzRj.gif\n Bam! trektennis in gifs is http://i.imgur.com/xuzRj.gif. Got it.\n \n $ bam trektennis\n We just copied http://i.imgur.com/xuzRj.gif to your clipboard.\n\n\nHow do get my hands on that?\n----------------------------\n\nWell, you could install Zach's Ruby gem.\n\nBut if you want this Python port run: ::\n\n$ pip install bam\n\nor: ::\n\n$ pip install git+git://github.com/mrben/bam.git\n\n\nCommands\n--------\n\nFull list of commands: ::\n\n bam display high-level overview\n bam all show all items in all lists\n bam edit edit the bam JSON file in $EDITOR\n bam help this help text\n \n bam create a new list\n bam show items for a list\n bam --delete deletes a list\n \n bam create a new list item\n bam copy item's value to clipboard\n bam copy item's value to clipboard\n bam open open item's url in browser\n bam open open all item's url in browser for a list\n bam random open a random item's url in browser\n bam random open a random item's url for a list in browser\n bam echo echo the item's value without copying\n bam echo echo the item's value without copying\n bam --delete deletes an item", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "The MIT License\n\nCopyright (c) Zach Holman, http://zachholman.com\n Ben Tappin, http://mrben.co.uk\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "bam", "package_url": "https://pypi.org/project/bam/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/bam/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/bam/0.1/", "requires_dist": null, "requires_python": null, "summary": "Text snippets on the command line.", "version": "0.1" }, "last_serial": 600148, "releases": { "0.1": [] }, "urls": [] }