Andrei Alexandrescu wrote: > On 9/12/10 10:48 CDT, Lutger wrote: >> It's ugly but it seems to work: >> http://dl.dropbox.com/u/6777848/d-completion.sh >> >> Put it in /etc/bash_completion.d/ or (preferably) invoke it from ~/.bashrc or >> ~/.bash_profile: >> >> .. d-completion.sh >> >> It will enable autocomplete for dmd and rdmd in bash. You may need to install >> the bash-completion package of your distro. > > Cool! This should be on D's website. Any zsh completion experts to > provide something similar for zsh? > > Andrei
Thanks. As per suggestion of Russel Winder I created a github account: http://github.com/Lutger/d_utils I've added completion for the linker. The script should be cleaned up though before putting it on the D website. I'll try to do it but I don't know bash very well, so it takes some time.
