~ken-vandine/quickly/quickly-run

Viewing all changes in revision 131.

  • Committer: Didier Roche
  • Date: 2009-07-09 14:07:11 UTC
  • Revision ID: didrocks@ubuntu.com-20090709140711-pobvhcm65d6xjzxr
Add bash completion to quickly 
- copy quickly_bash_completion to /etc/bash_completion.d/quickly/
- relaunch bash

This feature is context compliant:
* $ quickly [TAB][TAB]: all commands available in the current context:
  - if we are outside a project: getstarted  new         quickly
  - in a ubuntu-project:
    change-lp-project  getstarted         new                save
    dialog             glade              quickly
    edit               help               release
    quickly
* outside a project or from a different project template:
    $ quickly -t ubuntu-project [TAB][TAB]
    change-lp-project  getstarted         new                save
    dialog             glade              quickly
    edit               help               release
    quickly
* template completion:
  - $ quickly new [TAB][TAB]
     -> Show all available templates (same with quickly quickly command)
  - $ quickly -t [TAB][TAB]
     -> Same here

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: