_rget()
{
    local cur=${COMP_WORDS[COMP_CWORD]}
    COMPREPLY=( $(compgen -W "$(rget -t)" -- $cur) )
}

complete -F _rget rget
