Skip to content
/ brew-koji Public

Shell Completion for RedHat Koji/Brew Build Systems

License

Notifications You must be signed in to change notification settings

rnc/brew-koji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Shell Completion for RedHat Koji/Brew Build Systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages