https://github.com/denolfe/zsh-travis
ZSH plugin to open Travis CI page for the current repo
https://github.com/denolfe/zsh-travis
travis zsh zsh-plugins zsh-travis
Last synced: 3 months ago
JSON representation
ZSH plugin to open Travis CI page for the current repo
- Host: GitHub
- URL: https://github.com/denolfe/zsh-travis
- Owner: denolfe
- Created: 2016-01-27T03:33:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-11T19:30:55.000Z (over 9 years ago)
- Last Synced: 2025-04-03T09:50:57.613Z (8 months ago)
- Topics: travis, zsh, zsh-plugins, zsh-travis
- Language: Shell
- Size: 1.95 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zsh-plugins - travis - Opens the [Travis CI](https://www.travis-ci.com/) page for the current repo if one exists. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - travis - Opens the 🌎 [Travis CI](www.travis-ci.com/) page for the current repo if one exists. (Plugins / ZSH on Windows)
- awesome-zsh-plugins - travis - Opens the Travis CI page for the current repo if one exists. (Plugins / Zinit (née zplugin))
README
# zsh-travis
ZSH plugin to open Travis CI page for the current repo (if it exists).
## Usage
```sh
$ git-trav
$ git-trav-priv
```
### As a git alias
```sh
$ git config --global alias.trav '!zsh -ic git-trav'
```
## Installation
#### Using antibody:
```sh
$ antibody bundle denolfe/zsh-travis
```
#### Using antigen:
```sh
$ antigen bundle denolfe/zsh-travis
```
#### Using zgen:
```sh
$ zgen load denolfe/zsh-travis
```
## To Do
- Open other specific Travis pages
- Open last or current build
## Contributing
1. Fork it!
2. Create your feature branch: \`git checkout -b my-new-feature\`
3. Commit your changes: \`git commit -am 'Add some feature'\`
4. Push to the branch: \`git push origin my-new-feature\`
5. Submit a pull request :D