elves / elvish

Powerful scripting language & versatile interactive shell

Home Page:https://elv.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

completion after wildcard character

aca opened this issue · comments

commented
$ ls
a.torrent
b.torrent
b.go
c.go
aria2c *.to<TAB>

*.to can be completed to *.torrent

fish seems to do this, zsh not.