.. image:: https://img.shields.io/badge/language-bash-blue.svg
.. image:: https://img.shields.io/badge/platform-Linux,%20OS%20X-green.svg?style=flat-square

Install
```````

:code:`[sudo] pip install git-url-fullname`

Features
````````

*	**github**, **bitbucket**, **github** urls
*	**ssh**, **https** urls

Usage
`````

.. code:: shell
	
	usage: git-url-fullname url

Example
```````

.. code:: shell
	
	$ git-url-fullname git@github.com:owner/repo.git
	owner/repo
	
	$ git-url-fullname git@gitlab.com:owner/repo.git
	owner/repo
	
	$ git-url-fullname ssh://hg@bitbucket.org/owner/repo
	owner/repo
	

Sources:

*	`scripts/git-url-fullname`_

.. _`scripts/git-url-fullname`: https://github.com/russianidiot/git-url-fullname.sh.cli/blob/master/scripts/git-url-fullname

Feedback |github_issues| |gitter| |github_follow|

.. |github_issues| image:: https://img.shields.io/github/issues/russianidiot/git-url-fullname.sh.cli.svg
	:target: https://github.com/russianidiot/git-url-fullname.sh.cli/issues

.. |github_follow| image:: https://img.shields.io/github/followers/russianidiot.svg?style=social&label=Follow
	:target: https://github.com/russianidiot

.. |gitter| image:: https://badges.gitter.im/russianidiot/git-url-fullname.sh.cli.svg
	:target: https://gitter.im/russianidiot/git-url-fullname.sh.cli

----

`russianidiot.github.io/python/`_  - Python packages

.. _russianidiot.github.io/python/: http://russianidiot.github.io/python/

`russianidiot.github.io/cli/`_  - command line scripts

.. _russianidiot.github.io/cli/: http://russianidiot.github.io/cli/

`README.rst`_  - generated with `readmemako.py`_ (python+ `mako`_ templates) and `.README`_ dotfiles

.. _README.rst: https://github.com/russianidiot/git-url-fullname.sh.cli/blob/master/.README/pypi.python.org/README.rst
.. _readmemako.py: http://github.com/russianidiot/readmemako.py/
.. _mako: http://www.makotemplates.org/
.. _.README: https://github.com/russianidiot-dotfiles/.README
