boom-completion

Bash and Zsh shell completion for the Boom pastebin manager.

brewmacoslinux
Try with needOr install directly
Source

About

Bash and Zsh completion for Boom

Commands

boom

Examples

autocomplete boom commands in bash shell$ source $(brew --prefix)/etc/bash_completion.d/boom-completion.bash
autocomplete boom commands in zsh shell$ source $(brew --prefix)/etc/zsh/site-functions/_boom
list all saved snippets with tab completion$ boom [TAB]
autocomplete boom subcommands like add and list$ boom add [TAB]
enable completion for boom in new shell session$ echo 'source $(brew --prefix)/etc/bash_completion.d/boom-completion.bash' >> ~/.bashrc