0:00 Intro + set up
0:37 Hash maps in bash
3:30 Setting up basic autocomplete file
5:43 Reserved variables in bash for autocompletion
9:45 Adding autocomplete suggestions to our dev tool
13:49 Adding default suggestion behavior
14:33 Nesting autocomplete suggestions with a hashmap
for more reference on completion:
https://devmanual.gentoo.org/tasks-reference/completion/index.html
for more info on subshells:
https://unix.stackexchange.com/a/217878
Download
0 formats
No download links available.
Add autocompletion to your scripts in bash | bash complete and compgen tutorial | NatokHD