Open repositories, directories, and files in the browser
Project description
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 browse command. It is specifically designed to have no dependencies so it should be easily installable and very portable.
If you’re looking to browse different github repositories, you might like hub browse.
Installation
First clone this repository to somewhere on your system (perhaps in your dotfiles repository), then run <REPOSITORY_LOCATION>/install.sh.
Usage
Usage: git browse [-h] [--path PATH] [--dry-run] [target]
If [target] is omitted, the root repository page will be opened. If [target] is a directory or file, then that object will be opened. If [target] is a commit hash, then that commit hash will be opened. If --path is available, then its value is be used to compute the relative path to the current git repository If --dry-run is set, then git-browse will only print out the target url instead of opening it in a browser
Examples
Command |
Opens |
---|---|
git browse |
|
git browse README.rst |
https://github.com/albertyw/git-browse/blob/master/README.rst |
git browse git_browse |
https://github.com/albertyw/git-browse/tree/master/git_browse/ |
git browse v1.1.1 |
https://github.com/albertyw/git-browse/commit/80b219dee0aaa86b378993cbf88511126b813c5f |
Development
pip install -r requirements-test.txt
coverage run setup.py test
coverage report
flake8
Publishing
pip install twine
python setup.py sdist bdist_wheel
twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file git-browse-2.4.3.tar.gz
.
File metadata
- Download URL: git-browse-2.4.3.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2922d8eebe954e239c906f53dc4f48f5fc2be03184ed85f901d74c28a251ec84 |
|
MD5 | 33a9ef0b26a4db3fda9939d8281d3b42 |
|
BLAKE2b-256 | 368106f0971bbde0443e94edcd6185971f98d608c2ffa91a4bb49a798e182bfd |
File details
Details for the file git_browse-2.4.3-py3-none-any.whl
.
File metadata
- Download URL: git_browse-2.4.3-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 087992376178a9b96e7445d9eab456b8d894fcfaf684f2d04721964251c8d7e9 |
|
MD5 | 90d67c06d329701dbc30f8d0b1830329 |
|
BLAKE2b-256 | 541b8f4399598075f2125df4b33fdce9eb8e3cbdce0e41a115da7f8877a6a82b |