Adding auto complete in bash

TIL17 words#sh

in bash code completions are setup using the complete command

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