fabric-completion

Bash completion for Fabric command-line task execution tool

brewmacoslinux
Try with needOr install directly
Source

About

Bash completion for Fabric

Commands

fab

Examples

List available Fabric tasks with tab completion$ fab <TAB>
Auto-complete a specific task name$ fab deploy<TAB>
Complete task with arguments using bash completion$ fab deploy:host=prod<TAB>