/brew-koji

Shell Completion for RedHat Koji/Brew Build Systems

GNU General Public License v3.0GPL-3.0

Shell Completion System for the RedHat Brew/Koji Build Systems

Current Status

Both bash and zsh are supported.

Installation

ZSH

Add the directory containing the new completion to your .zshrc fpath e.g.

fpath=($HOME/zsh-brew-completion $fpath)
autoload $^fpath/*(N.)

Bash

Source the new completion file in your .bashrc e.g.

source $HOME/bash-brew-completion/brew-koji