Metadata-Version: 1.1
Name: bitlyclip
Version: 0.2.2
Summary: bit.ly-fy a url in the X clipboard
Home-page: http://github.com/ralphbean/bitlyclip
Author: Ralph Bean
Author-email: rbean@redhat.com
License: GPLv3+
Description: 
              `bitlyclip` is just a script that:
        
                - takes a url in your clipboard
                - bitly-ifies it
                - puts the new url back in your clipboard
        
              It makes a nice 'hotkey' in whatever window manager you're using.
        
              If you have notify-python installed, it will
              pop up nice messages for you.
        
                - http://www.galago-project.org/downloads.php
        
              You'll need to have ``xsel`` on your system::
        
                $ sudo yum -y install xsel
        
              To install bitlyclip itself:  ``$ pip install bitlyclip``
        
              To use: ``$ bitlyclip``
              
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Text Processing :: General
