README.md

August 30, 2026 · View on GitHub

 ____ ____  _   _    _____ ____    ___     _____ ____
|_  /|  __|| | | |  |_   _|  _ \  / \ \   / |_ _/ ___|
 / / | |   | |_| |    | | | |_) || _ \\ \ / / | |\___ \
/ /__| |___|  _  |    | | |  _ < | |_| |\ V /  | | ___) |
\____\____||_| |_|    |_| |_| \_\|_| |_| \_/  |___|____/

// `tg`, `tb`, `tbr`, `tpr` — TRAVIS CI BUILD PAGES, ONE KEYSTROKE.

Read the Docs · Engineering Report


Aliases Tag Shell Trigger License: MIT

[SIGNAL // OPEN THE TRAVIS BUILD PAGE FROM WITHIN THE PROJECT]

// cd into a Travis-tracked project, type tb, the build log opens. NO TAB-SWITCHING. NO URL-PASTING. //


> SYSTEM OVERVIEW

zsh-travis adds four functions + four aliases for opening Travis CI pages directly from the project directory. Detects .travis.yml, reads git config --get remote.origin.url for the upstream, and opens the right Travis URL — main, branch, build, or PR.

Pairs with gh_reveal and the rest of the zpwr plugin chain.


> COMMANDS

tg       trav-git           open the project's main Travis CI page
tb       trav-git-build     open the latest build log
tbr      trav-git-br        open the current-branch builds
tpr      trav-git-pr        open the open PR builds

All four print No .travis.yml file found. to stderr if .travis.yml is absent — safe to bind globally.


> INSTALL

Zinit

zinit ice lucid nocompile
zinit load MenkeTechnologies/zsh-travis

Oh My Zsh

cd "$HOME/.oh-my-zsh/custom/plugins" && \
  git clone https://github.com/MenkeTechnologies/zsh-travis.git

Add zsh-travis to the plugins=(...) array in ~/.zshrc.

Manual

git clone https://github.com/MenkeTechnologies/zsh-travis.git
source zsh-travis/zsh-travis.plugin.zsh

> LICENSE

MIT


// END OF FILE // BUILD LOG LOCKED //