From 9b76d8f83005f71d4415b7567a6226a57bd3258c Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Fri, 24 Apr 2026 17:19:36 +0200 Subject: [PATCH] Add bash completion for dcat/dogcat issue tracker Co-Authored-By: Claude Opus 4.7 (1M context) --- 50-dcat-completion | 3 +++ 50-dogcat-completion | 3 +++ 2 files changed, 6 insertions(+) create mode 100755 50-dcat-completion create mode 100755 50-dogcat-completion 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