File
git-browse-ci
git browse-ci is that the command browses the repository of the CI page which comes from gitlab, github or bitbucket.
Testcases
- If the repository comes from gitlab, open a url like
https://gitlab.com/<user_or_group>/<repo>/-/pipelines
- If the repository comes from github, open a url like
https://github.com/<user_or_org>/<repo>/actions
- If the repository comes from bitbucket, open a url like
https://bitbucket.org/<user_or_org>/<repo>/addon/pipelines/home
- If the OS is mac, open via command
open
- If the OS is Git-Bash on windows, open via command
start
- If the OS is WSL on windows, open via commnd
start
- If the OS is linux, open via command
xdg-open
- If the OS is unknown, open via command
xdg-open
PS: it is simalir with git-browse but for different purposes.
File
git-browse-ci
git browse-ciis that the command browses the repository of the CI page which comes from gitlab, github or bitbucket.Testcases
https://gitlab.com/<user_or_group>/<repo>/-/pipelineshttps://github.com/<user_or_org>/<repo>/actionshttps://bitbucket.org/<user_or_org>/<repo>/addon/pipelines/homeopenstartstartxdg-openxdg-openPS: it is simalir with
git-browsebut for different purposes.