Skip to main content

Open repositories, directories, and files in the browser

Project description

Git Browse
==========

|PyPI| |PyPI|

|Codeship Status for albertyw/git-browse| |Dependency Status| |Code
Climate| |Test Coverage|

Open repositories, directories, and files in the browser

This is a script that can be added as a gitconfig alias to easily browse
repositories on Git hosting services (e.g. github). It is built to model
[arcanist's] (https://github.com/phacility/arcanist)
`browse <https://github.com/phacility/arcanist/blob/master/src/workflow/ArcanistBrowseWorkflow.php>`__
command. It is specifically designed to have no dependencies so it
should be easily installable and very portable.

Installation
------------

You need to first clone this repository somewhere on your system
(perhaps in your `dotfiles <https://github.com/albertyw/dotfiles>`__)
repository.

.. code:: bash

git clone git@github.com:albertyw/git-browse $REPOSITORY_LOCATION
git config --global \
alias.browse \
"!"$REPOSITORY_LOCATION"/git_browse/browse.py --path=\${GIT_PREFIX:-./}"

Usage
-----

::

Usage: git browse [object]

If ``[object]`` is omitted, the root repository page will be opened. If
``[object]`` is a directory or file, then that object will be opened.

Development
-----------

.. code:: bash

pip install -r requirements-test.txt
coverage run setup.py test
coverage report
flake8

Publishing
----------

.. code:: bash

sudo apt-get install pandoc
pip install twine pypandoc
python setup.py sdist bdist_wheel
twine upload dist/*

.. |PyPI| image:: https://img.shields.io/pypi/v/git-browse.svg
:target: https://github.com/albertyw/git-browse
.. |PyPI| image:: https://img.shields.io/pypi/pyversions/git-browse.svg
:target:
.. |Codeship Status for albertyw/git-browse| image:: https://codeship.com/projects/fbd67810-b952-0134-2c2e-166255a25182/status?branch=master
:target: https://codeship.com/projects/194945
.. |Dependency Status| image:: https://gemnasium.com/badges/github.com/albertyw/git-browse.svg
:target: https://gemnasium.com/github.com/albertyw/git-browse
.. |Code Climate| image:: https://codeclimate.com/github/albertyw/git-browse/badges/gpa.svg
:target: https://codeclimate.com/github/albertyw/git-browse
.. |Test Coverage| image:: https://codeclimate.com/github/albertyw/git-browse/badges/coverage.svg
:target: https://codeclimate.com/github/albertyw/git-browse/coverage


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-browse-2.0.1.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

git_browse-2.0.1-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

Details for the file git-browse-2.0.1.tar.gz.

File metadata

  • Download URL: git-browse-2.0.1.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for git-browse-2.0.1.tar.gz
Algorithm Hash digest
SHA256 cec06535add310bb3b43020f456fd98aba3eb1cd3568f6c741761bb898db4253
MD5 b49a90ded49892a3808a7a7c6b78f3ef
BLAKE2b-256 813fda1c11c2318ef3975536bb553e737addec0afe8ae3a4accd70915873db74

See more details on using hashes here.

File details

Details for the file git_browse-2.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for git_browse-2.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 41b8555e935bf7a95e782b240e35944b0cef60453d0df7addb1f7c77dc709c16
MD5 9b33aa5e0427b65512cee90cb21acaa9
BLAKE2b-256 f50b86d16f0c4f093a1099be37c6be44df24cfa65315f9e2e238b024ec776e69

See more details on using hashes here.

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