Clip
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 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:...