https://github.com/hellojukay/git-open
一个 git 命令行插件,快速在浏览器中打开 Gitlab / Github仓库, 支持 Linux ,Darwin 和 Windows.
https://github.com/hellojukay/git-open
git start xdg-open
Last synced: about 1 year ago
JSON representation
一个 git 命令行插件,快速在浏览器中打开 Gitlab / Github仓库, 支持 Linux ,Darwin 和 Windows.
- Host: GitHub
- URL: https://github.com/hellojukay/git-open
- Owner: hellojukay
- License: bsd-3-clause
- Created: 2022-02-24T04:01:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T04:14:21.000Z (about 2 years ago)
- Last Synced: 2025-04-13T04:52:32.383Z (about 1 year ago)
- Topics: git, start, xdg-open
- Language: Go
- Homepage:
- Size: 553 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-open
快速通过浏览器访问当前仓库地址
```bash
Usage of ./git-open:
-p open github action page or gitlab pipeline page
-v show program version
```

# Download
[download](https://github.com/hellojukay/git-open/releases)
# Install
```bash
go install github.com/hellojukay/git-open@latest
```
## 更多安装方法
可以通过命令行 [hd](https://github.com/LinuxSuRen/http-downloader) 安装:
```shell
hd install hellojukay/git-open
```