elves / elvish

Powerful scripting language & versatile interactive shell
https://elv.sh/
BSD 2-Clause "Simplified" License
5.65k stars 299 forks source link

completion after wildcard character #1712

Open aca opened 1 year ago

aca commented 1 year ago
$ 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.