git-open
git-open copied to clipboard
Type `git open` to open the GitHub page or website for a repository in your browser.
as mentioned in https://github.com/paulirish/git-open/pull/79
- The `--ignore-branch` flag will forced the URL to be `/TRACKED_REMOTE_USER/CURRENT_REPO/` without the `/tree/CURRENT_BRANCH` suffix that appears when default branch is not checked out. - Add `main` as an alternative...
Based on the README I would expect ```console git open -s pulls -p > https://github.com/TRACKED_REMOTE_USER/CURRENT_REPO/pulls ``` but instead I'm seeing ```console git open -s pulls -p > https://github.com/TRACKED_REMOTE_USER/CURRENT_REPO/tree/BRANCH/pulls ``` I...
If an incorrect URL is opened, please provide the following so we can write a test: #### Example clone url: #### Example branch name: #### Expected web URL:
> If an incorrect URL is opened, please provide the following so we can write a test: #### Example clone url: `ssh://[email protected]:23/frontend.git` #### Example branch name: `my-branch` #### Expected web...
The way the Windows instructions are described, it seems like the users have to run with `git-open` or `gop` instead of `git open`, is that right? When I do that,...
This is guaranteed to be always at this location and is always available if Interopt is enabled. With this it is no longer required to have powershell.exe in PATH which...
When I am in WSL2, there is an error: ``` /root/.oh-my-zsh/custom/plugins/git-open/git-open: line 272: powershell.exe -NoProfile Start: command not found ``` How can I fix it?
`git-open -i` doesn't open the issue page: #### Example clone url: https://github.com/thomasmerz/upptime https://github.com/thomasmerz/pihole-wireguard-knowhow … #### Example branch name: `master` `main` #### Expected web URL: https://github.com/thomasmerz/upptime/issues https://github.com/thomasmerz/pihole-wireguard-knowhow …
Thanks for your `git-open` plugin, it helped me a lot. And I think it would be helpful to add open a file feature, for example: ```bash $ ls . .....