vtirta / buffalo_bash_completion

Buffalo Bash Completion Script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buffalo Bash Completion

Bash completion for the Buffalo web framework

Usage

  • Download the completion file somewhere
  • Load it in your shell with source buffalo_completion.sh
  • Add this line to your .bashrc file so that it will be automatically loaded in future shells run

Features

Currently bash completion works for all first and second level commands, e.g.:

buffalo <TAB>
buffalo generate <TAB>

Support for command parameters is still missing.

Contributions

Contributions are welcome, feel free to send a PR if you want to help.

About

Buffalo Bash Completion Script

License:MIT License


Languages

Language:Shell 100.0%