Adding auto complete in bash

in bash code completions are setup using the complete command

you can print all current system completion s using complete -p

Related

Created 2024-08-29T13:15:25+02:00 · Edit