lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bash completion strings


From: Heikki Johannes Junes
Subject: Bash completion strings
Date: Mon, 23 Apr 2007 02:23:10 +0300

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.
complete -f -X '!*.@(ly|LY)' lilypond

This is a very nice feature which would be in daily use.

What would you think of such a feature ?

Greetings,
Heikki
reply via email to

[Prev in Thread] Current Thread [Next in Thread]