Metadata-Version: 1.1
Name: gitlink
Version: 0.3.0
Summary: Git sub-command for getting a repo browser link to a git object
Home-page: https://github.com/gvalkov/git-link
Author: Georgi Valkov
Author-email: georgi.t.valkov@gmail.com
License: Revised BSD License
Description: *git-link*
        ----------
        
        *Git-link* is a git sub-command for getting a repo-browser link to a
        git object. The motivation behind *git-link* is that it is often
        faster to navigate to a git object or path on the command line than it
        is to click your way to it through a web interface. An example using
        *git-link*'s github sources:
        
        .. code-block:: bash
        
           $ git config --add link.url https://github.com/gvalkov/git-link
           $ git config --add link.browser github
        
           $ git link HEAD~10
           https://github.com/gvalkov/git-link/commit/d0bca29bd7
        
           $ git link v0.2.0
           https://github.com/gvalkov/git-link/tree/v0.2.0
        
           $ git link v0.2.0 -- setup.py
           https://github.com/gvalkov/git-link/tree/af4ad8c89b/setup.py
        
        
        Documentation:
            http://git-link.readthedocs.org/en/latest/
        
        Development:
            https://github.com/gvalkov/git-link
        
        Package:
            http://pypi.python.org/pypi/gitlink
        
Keywords: git gitweb github cgit subcommand
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 5 - Production/Stable
