Commit graph

67 commits

Author SHA1 Message Date
Rob Loach 2a66fcd7e3
Add oh-my-bash support (#213)
Some checks failed
CI / basics (push) Has been cancelled
2024-10-03 18:17:24 -07:00
Majid Alaeinia d086ab0077
readme: zsh: Consider sourcing ~/.zshrc (#209) 2024-02-21 11:26:09 -08:00
Paul Irish 0b626514bb
move to github actions (#192) 2022-07-18 14:19:56 -07:00
Dave Wikoff d9a0d19ce2
Merge pull request #149 from rec/documentation
Document flags to git-open
2019-12-22 13:55:37 -05:00
Dinesh 8b909f81dc Add suffix flag
Co-authored-by: Sowmiya <sowmiyamuthuraman@gmail.com>
2019-09-07 23:08:13 +05:30
Tom Ritchford d52366d8c9 Document flags to git-open 2019-07-29 15:18:33 +02:00
Arunvel Sriram 8239d0a785 Add option to print the url 2019-07-03 21:32:34 +05:30
Paul Irish 556dbe91f2
readme: add 2.1.0 release to mini changelog 2018-12-03 11:09:06 -08:00
Yohei TSUJI c5e636f423 Append 'AWS Code Commit' to supported remote repositories. 2018-08-10 15:56:39 +09:00
August Valera 5b815cb619 Fix current errors in Markdown files
Also: add package-lock.json to gitignore
Remove prefix $ for commands in the manpage, hope people aren't angry
Add MD034 to markdownlint ignore (bare links, which are helpful for the
manpage)
2018-02-24 22:00:30 -08:00
Dave Wikoff 51caa23c63
Merge pull request #110 from ffes/add-man-page
Add man page
2018-01-22 11:08:08 -05:00
Felix Mosheev 29434cd76e One liner install for oh-my-zsh 2017-12-21 17:36:23 +02:00
Frank Fesevur ade7ae1595 Add man page 2017-12-03 22:33:45 +01:00
Paul Irish 170159c345
New demo GIF for the readme (#108) 2017-12-01 15:14:49 -08:00
Paul Irish 2ade70e717 readme: changelog bump for 2.0 - breaking change about config. 2017-12-01 14:29:39 -08:00
Paul Irish 7cf058d1bf readme: changelog bump for 2.0 2017-12-01 14:27:02 -08:00
Paul Irish cdfb1cb05c
readme: refactor Configuration section (#107) 2017-12-01 14:23:41 -08:00
Paul Irish b526edced1
readme: changelog updates 2017-12-01 14:17:33 -08:00
Paul Irish f0bcdd200a
update readme for (gitlab) config (#99) 2017-12-01 13:41:45 -08:00
Frank Fesevur 734517991a Update support for open.default.remote config (#79) 2017-12-01 13:41:32 -08:00
Edward Thomson e3ce014bfa Add support for Visual Studio Team Services and Team Foundation Server (#93)
* Parse remotes as URLs or SCP-style paths

Instead of trying to strip on ':' and '/' to simplify a URL, actually
switch based on whether the remote path is a URL ("scheme://host:port/path")
or an SCP-style path (user@host:path) and parse them separately.

This allows us to handle custom ports in HTTP and HTTPS, but ignore
custom ports in an SSH url and HTTP remotes, instead of always upgrading
them to HTTPS.

* Introduce tests for Visual Studio Team Services

Add tests for Visual Studio Team Services (VSTS) and Team Foundation
Server (TFS).  VSTS suggests remote paths in two formats: HTTPS URLs
or SSH URLs (including port number).  TFS is an on-premises product
which - when running as an HTTP endpoint - defaults to port 8080.

* Branch selection in Visual Studio Team Services

VSTS and TFS URLs end in '/_git/RepositoryName` (with 0 or more leading
folders of hierarchy in front of that.)  Detect these from the `_git` in
the penultimate folder of the path.  Append branch information to VSTS
and TFS URLs.

Since VSTS and TFS use a query string to select a branch, instead of
including it in the server path, the `providerBranchRef` for other
services was changed to include the leading `/`, and now the `openurl`
and `providerBranchRef` are simply concatenated, to avoid an incorrect
trailing `/` for the VSTS and TFS branch URLs.

* Issues for Visual Studio Team Services

Provide issue support for VSTS and TFS, modifying the URL from the
`_git` endpoint to the `_workitems` endpoint and appending the `id`
query string.

* README: add VSTS and TFS support
2017-11-30 16:23:52 -08:00
Love F 363d054386 Git styled -h and --issue options (#94) 2017-10-31 16:15:50 -07:00
Paul Irish fa49deeb17
default to tracked remote (#88) 2017-10-27 13:56:29 -07:00
Paul Irish f3dbce975f
readme tweaks 2017-10-27 13:49:30 -07:00
Alex Rock Ancelet a15d53b6a8 Add windows doc for non-powershell users (#97) 2017-10-26 15:00:31 -07:00
Marko Kunic c2654071a6 replace Oh-My-Zsh git clone url in README.md (#98) 2017-10-26 12:49:07 -07:00
Paul Irish 15421e8fb4 readme: fix echo mode note 2017-06-21 10:25:22 -07:00
Paul Irish fd2258f77b readme: npm run unit for unit tests 2017-06-21 10:23:34 -07:00
Paul Irish 628d75faa8 readme: travis badge and changelog bump
[skip ci]
2017-06-16 16:02:52 -07:00
Paul Irish 927517adb9 Add a test suite (#78) 2017-06-16 15:57:49 -07:00
Gilad Peleg 1abbb405f9 Correct usage for new versions of zplug (#66) 2017-04-23 08:21:59 -07:00
Martin Delille 4e3aa0ad51 Add http protocol for Gitlab custom host (#60)
* Add http protocol for Gitlab custom host

* default to https

* Revert "default to https"

This reverts commit b25190b5d1.

* Revert "Merge branch 'master' into http"

This reverts commit 18573f8b29, reversing
changes made to 88a9e254ae.

* Revert "Revert "Merge branch 'master' into http""

This reverts commit fa0e6d1f21.

* Revert "Revert "default to https""

This reverts commit d754476010.
2017-02-10 09:13:47 -08:00
Takeru Naito 8ce4938097
Add an explanation of options for GitLab 2016-11-21 20:10:21 +09:00
Karl Horky abc2c0aa26 Pedantically uppercase characters 2016-08-12 18:56:55 +02:00
Paul Irish 76193236a2 readme rejiggle 🏋 2016-08-05 15:47:41 -07:00
Paul Irish 2523ce5db1 readme: open issue wording tweak 2016-08-05 15:40:14 -07:00
kangaroo5383 c5ec7264a8 Easily track and open the relevant github issue via branch naming convention (#46)
* Open issue using ‘git open issue’
* Update doc to reflect new functionality
2016-08-05 15:38:03 -07:00
Paul Irish 0b414e8b1d readme: related projects 2016-08-05 14:28:42 -07:00
Paul Irish 9b6b3d2ab2 readme: npm package is up to date 2016-08-05 11:27:05 -07:00
Karsten Müller b7891d5e3a added windows powershell 2016-08-05 15:14:59 +02:00
David O'Trakoun f97f28e6fe
alternates 2016-07-23 12:55:10 -04:00
David O'Trakoun 556f1c3f74
Merge branch 'master' of github.com:paulirish/git-open 2016-07-23 12:49:22 -04:00
David O'Trakoun ee5d185c50
changelog 2016-07-23 12:49:14 -04:00
David O'Trakoun ced130f13d
stick to dashed plugin name for OMZ install 2016-07-23 12:46:34 -04:00
David O'Trakoun 490146aacc
1.1.0 2016-07-22 02:01:22 -04:00
Joe Block 6a64e8b563 Make spacing after header lines consistent
There were a couple of headers that didn't have a blank line after them,
made them consistent with the others.
2016-07-12 14:15:21 -05:00
Nils Winkler aa0f9642db Atlassian Stash has been renamed to Bitbucket Server
Adjusted readme and comments in code
2016-07-12 10:38:31 +02:00
David O'Trakoun ecf07f6822
merge, format, and update readme 2016-07-11 23:11:55 -04:00
Joe Block baffcda135 Add missing / in ~/.zshrc 2016-07-11 16:45:30 -07:00
David O'Trakoun 579cd7cc89
readme additions and formatting 2016-07-11 19:25:06 -04:00