git-url-fullname

parse git url


Keywords
git url
License
Other
Install
pip install git-url-fullname==0.0.15

Documentation

parse git url

bash PyPI PyPI

Features

  • github, bitbucket, github urls
  • ssh, https urls

Examples

$ 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

Feedback GitHub followers GitHub issues