Metadata-Version: 1.1
Name: linkodeit
Version: 0.4
Summary: Command-line utility to publish pastes at http://linkode.org
Home-page: https://github.com/humitos/linkodeit
Author: Manuel Kaufmann
Author-email: humitos@gmail.com
License: UNKNOWN
Download-URL: https://github.com/humitos/linkodeit/tarball/0.4
Description: linkodeit
        =========
        
        ... lets you send your code to http://linkode.org web service
        
        ::
        
            $ linkodeit -h
            usage: linkodeit [-h] [-p PARENT | -g GET] [-i INPUT] [-t TYPE] [-o]
                             [-r REVISION] [-v] [--version]
        
            Paste a text on linkode.org
        
            optional arguments:
              -h, --help            show this help message and exit
              -p PARENT, --parent PARENT
                                    linkode id of its parent
              -g GET, --get GET     linkode id to get is parent to this new one
              -i INPUT, --input INPUT
                                    text file to be pasted on linkode.org
              -t TYPE, --type TYPE  the type of the content (plain text, Python, diff, C,
                                    etc.)
              -o, --open            open the default browser with the link
              -r REVISION, --revision REVISION
                                    the revision number of the node that is parent to this
                                    new one
              -v, --verbose         show all the debug information
              --version             show the version and exit
        
        Installation
        ------------
        
        ::
        
            $ sudo pip install linkodeit
        
        Usage
        -----
        
        ::
        
            $ echo "Hello world" | linkodeit
            http://linkode.org/mqNUYxvinPK9dfHeYa0zF2
        
        
Keywords: linkode,pastebin,paste,share,code,programming,utils
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
