diff --git a/completions/bash/tiempo-autocomplete.bash b/completions/bash/tiempo-autocomplete.bash index eb9c137..1e8eed1 100644 --- a/completions/bash/tiempo-autocomplete.bash +++ b/completions/bash/tiempo-autocomplete.bash @@ -4,7 +4,7 @@ _tiempo () cur="${COMP_WORDS[COMP_CWORD]}" cmd="${COMP_WORDS[1]}" - if [[ ( $cmd = s* || $cmd = d* ) && "$COMP_CWORD" = 2 ]]; then + if [[ ( $cmd = s* || $cmd = d* || $cmd = k* ) && "$COMP_CWORD" = 2 ]]; then COMPREPLY=($(compgen -W "$(echo "select distinct sheet from entries where sheet not like '\_%';" | z b)" $cur)) return elif [[ "$COMP_CWORD" = 1 ]]; then