معرفی شرکت ها


clip-0.2.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A CLI clipboard manager
ویژگی مقدار
سیستم عامل -
نام فایل clip-0.2.0
نام clip
نسخه کتابخانه 0.2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Adam McKerlie
ایمیل نویسنده adammckerlie@gmail.com
آدرس صفحه اصلی http://procrastinatingdev.com/clip/
آدرس اینترنتی https://pypi.org/project/clip/
مجوز Copyright (C) 2012 Adam McKerlie Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Clip is a command-line interface (CLI) tool that allows you to store and quickly access text snippets and manage your clipboard. Installation ++++++++++++ Installing Clip is simple with pip: ``$ pip install clip`` You can also use a mirror by typing: ``$ pip install -i http://simple.crate.io/ clip`` Getting the Code ++++++++++++++++ You can either clone the public repository: ``git clone git@github.com:silent1mezzo/clip.git`` Download the tarball: ``$ curl -OL https://github.com/silent1mezzo/clip/tarball/master`` Or, download the zipball: ``$ curl -OL https://github.com/silent1mezzo/clip/zipball/master`` Once you have a copy of the source, you can embed it in your Python package, or install it into your site-packages easily: ``$ python setup.py install`` Quick Start +++++++++++ You can get started with clip quickly by typing clip in your terminal to pull up the help text. Here are a few commands you can try out Creating a List: ``$ clip <list_name>`` ``$ clip websites`` Viewing a List: ``$ clip <list_name>`` ``$ clip websites`` ``...`` Adding a snippet: ``$ clip <list_name> <key> <value>`` ``$ clip websites django1.5 https://docs.djangoproject.com/en/dev/releases/1.5/`` Getting a snippet: ``$ clip <list_name> <key>`` ``$ clip websites django1.5`` ``'https://docs.djangoproject.com/en/dev/releases/1.5/' has been copied to your clipboard`` You can also omit the list_name and it’ll try to find the key ``$ clip django1.5`` ``'https://docs.djangoproject.com/en/dev/releases/1.5/' has been copied to your clipboard`` Deleting a List/Key ``$ clip delete <list_name>`` ``$ clip delete websites`` ``$ clip delete <list_name> <key>`` ``$ clip delete websites django1.5`` Opening a snippet in your browser: ``$ clip open <list_name> <key>`` ``$ clip open websites django1.5`` ``$ clip open <key>`` ``$ clip open django1.5`` Docs ++++ Docs are coming soon! CHANGELOG --------- 0.2.0 (2012-01-19) ++++++++++++++++++ * Added Linux Support (`polyphemus <https://github.com/polyphemus>`_) * Fixed bug where initial the initial value wasn't being copied correctly (`durden <https://github.com/durden>`_) 0.1.0 (2012-12-20) ++++++++++++++++++ * Added ability to delete keys * Added ability to delete lists * Added README * Fixed bug where each character of a newly added snippet would be printed on new lines 0.0.1 (2012-12-19) ++++++++++++++++++ * Initial Release


نحوه نصب


نصب پکیج whl clip-0.2.0:

    pip install clip-0.2.0.whl


نصب پکیج tar.gz clip-0.2.0:

    pip install clip-0.2.0.tar.gz