Crombie Tools
crombie_completion.sh File Reference

Sets the auto-complete available for people using the crombie command line tools. More...

Go to the source code of this file.

Namespaces

 crombie_completion
 

Variables

tuple crombie_completion.COMPREPLY = ( $(compgen -W "${subcommands[@]}" $cur ) )
 
 crombie_completion.cur = ${COMP_WORDS[COMP_CWORD]}
 
 crombie_completion.dir = $CROMBIEPATH/scripts
 
 crombie_completion.f = $(basename $f)
 
tuple crombie_completion.files = ($dir/*.[p,s]? $dir/*.R)
 
tuple crombie_completion.fullobjects = ($CROMBIEPATH/old/*/src/*.cc)
 
tuple crombie_completion.objects = ()
 
 crombie_completion.prev = ${COMP_WORDS[$((COMP_CWORD-1))]}
 
tuple crombie_completion.subcommands = ()
 
string crombie_completion.withext = "$( basename $obj )"
 

Detailed Description

Sets the auto-complete available for people using the crombie command line tools.

Author
Daniel Abercrombie daber.nosp@m.cro@.nosp@m.mit.e.nosp@m.du

Definition in file crombie_completion.sh.