A git sub-command to view your git repository in the web browser
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
sgoudham 80465ec514
feat: Open default remote branch if no upstream exists
2 years ago
.github ci: Add scripts & build/deploy.yml 2 years ago
src feat: Open default remote branch if no upstream exists 2 years ago
.gitignore chore: Tidy up .gitignore 2 years ago
Cargo.toml build: Remove 'unicode-segmentation' dependency 2 years ago
LICENSE Initial commit 2 years ago
README.md docs: Fix formatting in README.md 2 years ago

README.md

git-view

build crate.io downloads license

A git sub-command to open your git repository in the web browser!

Table Of Contents

TODO

About

Are you frustrated from moving your hands away from the keyboard to open your git repository in the browser?

Me too!

git-view allows you to do just that.

Note: The use of a mouse or trackpad may be required to navigate the browser :P

Features

TODO

Installation

TODO

Usage

$ git view -h

...

USAGE:
    git-view.exe [OPTIONS]

OPTIONS:
    -r, --remote <name>    The remote to view git repository on
    -b, --branch <name>    The branch to view git repository on
    -c, --commit <hash>    The commit to view git repository on
    -p, --print            Print the URL (doesn't open browser)
    -h, --help             Print help information
    -V, --version          Print version information

License

MIT License

Acknowledgement

The idea for this project came about from the existing git-open github repository