
For tcsh users you might want to add the following to your .cshrc:

set hosts=`cat /usr/local/etc/hosts`
set rplay_sounds = `awk -F/ '{ print $NF }' /usr/local/etc/rplay.conf`
complete rplay p/1/\$hosts/ n/*/\$rplay_sounds/

