Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

ghwd

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghwd - npm Package Compare versions

Comparing version
1.1.0
to
1.1.1
+6
-3
package.json
{
"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",

# 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