aca / elvish-bash-completion

Elvish completion from bash completion
6 stars 0 forks source link

aria2c file completion not working #3

Open aca opened 1 year ago

aca commented 1 year ago

flag completion works fine. But not for files

aria2c asd.torrent # even though file exists

image image
aca commented 1 year ago
            _filedir '@(torrent|meta4|metalink|text|txt|list|lst)'
            [ ${#COMPREPLY[@]} -eq 0 ] && _filedir

this doesn't put filedir into COMPREPLY when this plugin works. Have no idea why