Skip to main content

Open a git repo in the browser from the terminal.

Project description

git-open

Test Code style: black Maintainability Downloads pypi

Open a git repo in the browser from the terminal.

Features

From the terminal type the following command to open the current repository in your browser.

Usage

$ git-open --help
Usage: git-open [OPTIONS] COMMAND [ARGS]...

  Open a git repo in the browser from the terminal.

  Running the command without any sub-command will open the main page of the
  repository.

Options:
  --help  Show this message and exit.

Commands:
  branch   Open the current branch
  commit   Open the current commit
  compare  Open a compare view
  version  Show the current git-open version

Installation

Using pip

pip install git-open

Using pipx (recommended)

pipx is a great tool to install python tools globally.

Installing pipx on macOS:

brew install pipx
pipx ensurepath

Installing git-open using pipx:

pipx install git-open

Credits

This package was initially created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

License

GNU General Public License v3.0

See LICENSE to see the full text.

Changelog

unreleased

v1.3.0

  • Adds the actions command

v1.2.2

v1.2.1

  • Bumps dependencies

v1.2.0

  • Adds "git open compare" command

v1.1.2

  • Upgraded dependencies

v1.1.1

  • Fixes a bug when custom ports are used in the remote

v1.1.0

  • Upgraded dependencies
  • Updated readme to recommend the use of pipx over pipsi
  • Adds a "git open commit" sub-command
  • Adds a "git open branch" sub-command

v1.0.8

  • Updated dependencies

v1.0.7

  • Updated dependencies
  • Moves to the new repository

v1.0.6

  • Updated dependencies

v1.0.5

  • Deploy to pypi from travis

v1.0.4

  • Add a download badge from http://pepy.tech/project/git-open to the readme
  • Add a test that will ensure that the dependencies will be checked by snyk.io when versions are bumped by dependabot
  • Fixes an issue with opening public repositories

v1.0.3

  • Fix the build

v1.0.2

  • Fix the manifest.in

v1.0.1

  • Add a vulnerabilities checking to the CI pipeline (snyk.io)

v1.0.0

  • Add the package to pypi
  • Update the install readme

v0.0.3

  • Updated ci pipeline

v0.0.2

  • Update the install description

v0.0.1

  • Implemented tox testing
  • Created

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

git-open-1.3.0.tar.gz (27.8 kB view hashes)

Uploaded Source

Built Distribution

git_open-1.3.0-py2.py3-none-any.whl (17.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page