hylle / git-open

Open your github project page from your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-open, saving you a few seconds

It will open your github/bitbucket project page from your terminal

Install/Uninstall

sudo make [install|uninstall/clear]

Usage

You can do this to open Github/Bitbucket on the current branch

$ git open

or specify the branch

$ git open remote_branch

Dependency

[Linux] You have to install xdg-utils

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-awesome-feature)
  3. Commit your changes (git commit -m 'Making it better')
  4. Push to the branch (git push origin my-awesome-feature)
  5. Create new Pull Request
  6. Wait for me 😄

Power to you my friend!

About

Open your github project page from your terminal


Languages

Language:Shell 93.9%Language:Makefile 6.1%