Skip to content

wyrfel/Symfony-Bash-Completion-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Overview

This is a simple Symfony bash completion script designed to work with Symfony 1.4.

Inspiration and some code have been borrowed from:

Features

  • namespace completion
  • task completion
  • option completion
  • option value completion for some well known options, such as
    • --env - completes against 4 hardcoded environments: prod, dev, qa, test
    • --application - completes against the dirs found in <sf_root>/apps
    • --connection - completes against configured connections in databases.yml
  • caches task and option/argument lists and refreshes it once a week

Installation

Copy etc/bash_completion.d/symfony to the appropriate location in your system. Depending on your distribution, this could be /etc/bash_completion.d/ for global availability or ~/.bash_completion.d/ if you only want to enable it for your user.

About

A bash completion script for symfony 1.4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published