Skip to content

Instantly share code, notes, and snippets.

@habibiefaried
Created January 31, 2023 03:52
Show Gist options
  • Save habibiefaried/81bc8be16b634db39679dcaf866f3e44 to your computer and use it in GitHub Desktop.
Save habibiefaried/81bc8be16b634db39679dcaf866f3e44 to your computer and use it in GitHub Desktop.
Example of tab completion
testfunc() {
echo "Only use tabs.. please"
echo "Your input $1"
}
complete -W "option1 input2 option3 secret4" testfunc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment