Re: Bash completion strings

2007-04-23 Thread Graham Percival
Heikki Johannes Junes wrote: In bash shell it is possible to write lily + TAB which results in lilypond and then lilypond fi + TAB which results in lilypond file.ly Yes, this works... In order to handle the .ly-extension correctly, on needs to install bash completion string in file /etc/b

Re: Bash completion strings

2007-04-23 Thread Karl Hammar
[EMAIL PROTECTED]: ... > In order to handle the .ly-extension correctly, on needs to install bash > completion string in file /etc/bash_completion.d/lilypond : > > # LilyPond completion. > complete -f -X '!*.@(ly|LY)' lilypond Nice tip, but you have to have the shell option extglob to be able to

Bash completion strings

2007-04-22 Thread Heikki Johannes Junes
In bash shell it is possible to write lily + TAB which results in lilypond and then lilypond fi + TAB which results in lilypond file.ly In order to handle the .ly-extension correctly, on needs to install bash completion string in file /etc/bash_completion.d/lilypond : # LilyPond completion.