<p align="center">
	<b>parse git url</b>
</p>

#### Install

`npm install -g git-url-fullname`

#### Features

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

#### Usage

```shell
usage: git-url-fullname url
```

#### Example

```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](https://github.com/russianidiot/git-url-fullname.sh.cli/blob/master/scripts/git-url-fullname)

Feedback
[![GitHub issues](https://img.shields.io/github/issues/russianidiot/git-url-fullname.sh.cli.svg)](https://github.com/russianidiot/git-url-fullname.sh.cli/issues)
[![Join the chat at https://gitter.im/russianidiot/git-url-fullname.sh.cli](https://badges.gitter.im/russianidiot/git-url-fullname.sh.cli.svg)](https://gitter.im/russianidiot/git-url-fullname.sh.cli)
[![GitHub followers](https://img.shields.io/github/followers/russianidiot.svg?style=social&label=Follow)](https://github.com/russianidiot)

* * *

<p align="center">
	cli packages <a href="http://russianidiot.github.io/python/">russianidiot.github.io/cli/</a>
<img src="http://russianidiot.github.io/images/cli/16.png" />
</p>

<p align="center">
	repos list <a href="http://russianidiot.github.io/">russianidiot.github.io</a> <img src="http://russianidiot.github.io/images/star/16.png" />
</p>

<p align="center">
	<a href="https://raw.githubusercontent.com/russianidiot/git-url-fullname.sh.cli/master/.README/nodejs.com/README.md">README.md</a> generated with <a href="https://github.com/russianidiot/readme-mako.py">readmemako.py</a> (python+<a href="http://www.makotemplates.org/">mako</a> templates) and <a href="https://github.com/russianidiot-dotfiles/.README">.README</a> dotfiles 
<img src="http://russianidiot.github.io/images/book/16.png">
</p>
