+6
-3
| { | ||
| "name": "ghwd", | ||
| "version": "1.1.0", | ||
| "description": "Open the GitHub URL that matches your shell's current branch and working directory", | ||
| "version": "1.1.1", | ||
| "description": "Open the GitHub URL that matches your shell's current branch and working directory. Works for BitBucket and GitLab too.", | ||
| "keywords": [ | ||
@@ -10,3 +10,6 @@ "github", | ||
| "shortcut", | ||
| "bash" | ||
| "bash", | ||
| "shell", | ||
| "bitbucket", | ||
| "gitlab" | ||
| ], | ||
@@ -13,0 +16,0 @@ "repository": "https://github.com/zeke/ghwd", |
+11
-7
| # ghwd | ||
| A simple command to open a GitHub URL in your browser that matches your | ||
| shell's current branch and working directory. Supports Mac, Linux, Cygwin | ||
| and Windows. | ||
| A shell command to open a git URL in your browser that matches your | ||
| shell's current branch and working directory. Works for GitHub, | ||
| BitBucket, and GitLab repositories. | ||
| Runs on Mac, Linux, Cygwin, and Windows. | ||
| ## Install it | ||
@@ -37,7 +39,9 @@ | ||
| Requires the `bash` shell to run. Supports Mac, Linux, Cygwin and Windows *by | ||
| searching for one of the following openers, so other OSs may be supported as | ||
| well: `xdg-open`, `open`,`cygstart`,`start`*. | ||
| Requires the `bash` or `zsh` shell to run. Supports Mac, Linux, Cygwin and Windows by | ||
| searching for one of the following openers: `xdg-open`, `open`,`cygstart`,`start`. | ||
| It supports following providers: | ||
| ## Providers | ||
| `ghwd` supports git repos from the following providers: | ||
| - [github.com](https://github.com) ssh, https and `git:` remotes | ||
@@ -44,0 +48,0 @@ - [bitbucket.org](https://bitbucket.org) ssh and https remotes |
68984
0.2%62
6.9%