diff --git a/50-dcat-completion b/50-dcat-completion new file mode 100755 index 0000000..0c4a731 --- /dev/null +++ b/50-dcat-completion @@ -0,0 +1,3 @@ +# shellcheck shell=bash +# Tab completion for dcat, the dogcat issue tracker +cached_completion dcat dcat --show-completion bash diff --git a/50-dogcat-completion b/50-dogcat-completion new file mode 100755 index 0000000..21882ab --- /dev/null +++ b/50-dogcat-completion @@ -0,0 +1,3 @@ +# shellcheck shell=bash +# Tab completion for dogcat, the dogcat issue tracker +cached_completion dogcat dogcat --show-completion bash