scop / bash-completion

Programmable completion functions for bash
GNU General Public License v2.0
2.95k stars 381 forks source link

Support completing interface alternative names #1267

Open scop opened 1 week ago

scop commented 1 week ago

Describe the feature/solution

We should support completing interface alternative names in places where we complete interface names. E.g. altname entries in ip link output. https://lwn.net/Articles/794289/

Maintenance (please complete the following information)

scop commented 3 days ago

https://github.com/scop/bash-completion/pull/1090 is kindasorta related. (Not a prerequisite, but would be available only when we complete them with ip.)