gitopen icon indicating copy to clipboard operation
gitopen copied to clipboard

:twisted_rightwards_arrows: Open git/hg/svn remote url via web browser from terminal.

Results 12 gitopen issues
Sort by recently updated
recently updated
newest added

Any plan to support gerrit?

Bumps [debug](https://github.com/debug-js/debug) to 4.3.4 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `debug` from 2.2.0 to 4.3.4 Release notes Sourced from debug's releases. 4.3.4 What's...

dependencies

Bumps [ms](https://github.com/vercel/ms) to 2.1.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `ms` from 0.7.1 to 2.1.2 Release notes Sourced from ms's releases. 2.1.2 Patches...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [istanbul](https://github.com/gotwarlost/istanbul) and [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 0.3.0 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix:...

dependencies

- When find multiple target branch, send user a prompt list for choose. - and support define develop branch name pattern, for order and auto choose.

Global config: ```bash gitopen config https://github.company.com github gitopen config github.company.com github https gitopen config --host=github.company.com --type=github --protocol=https ``` Local repo config: ```bash gitopen --local config https://github.company.com github ```

right: ``` https://github.com/hotoo/fanyi/pull/new/feat/nocolor https://github.com/afc163/fanyi/compare/master...hotoo:feat/nocolor?expand=1 ``` wrong: ``` https://github.com/hotoo/fanyi/compare/master...feat/nocolor?expand=1 ```

![image](https://user-images.githubusercontent.com/143572/62003989-fad15180-b151-11e9-8d50-dde867a54456.png) ![image](https://user-images.githubusercontent.com/143572/62004039-9cf13980-b152-11e9-952a-08b455339526.png) ![image](https://user-images.githubusercontent.com/143572/62003987-eab97200-b151-11e9-8355-3f8d39a97ce4.png) ![image](https://user-images.githubusercontent.com/143572/62004053-b2fefa00-b152-11e9-9414-4b7123298d25.png)

- `--push, -p` auto push target branch to remote repo. - `--forcepush, -P` auto force push target branch to remote repo. ``` git config --global gitopen.autopush true ```