scop / bash-completion

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

feat(set): more featureful completion #1192

Closed scop closed 4 months ago

scop commented 4 months ago

Complete option flags, with plus and dash prefixes, setopt values only after -o/+o, allow filename completions if not preceded by - or --.

Closes https://github.com/scop/bash-completion/issues/103