From 7c6189c3d32471e5aaea7120973da7bc65a3170e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 29 Jun 2026 13:45:11 -0500 Subject: [PATCH] Hide clipboard open/paste commands from default listings --- bin/omarchy-clipboard-open | 1 + bin/omarchy-clipboard-paste-file | 1 + bin/omarchy-clipboard-paste-text | 1 + 3 files changed, 3 insertions(+) diff --git a/bin/omarchy-clipboard-open b/bin/omarchy-clipboard-open index ecd0cbfe..c4d08709 100755 --- a/bin/omarchy-clipboard-open +++ b/bin/omarchy-clipboard-open @@ -3,6 +3,7 @@ # omarchy:summary=Open a clipboard history entry # omarchy:group=clipboard # omarchy:args=--history-index +# omarchy:hidden=true history_index="" history_path="$HOME/.local/state/omarchy/clipboard-history.json" diff --git a/bin/omarchy-clipboard-paste-file b/bin/omarchy-clipboard-paste-file index a656931b..431d6c2b 100755 --- a/bin/omarchy-clipboard-paste-file +++ b/bin/omarchy-clipboard-paste-file @@ -4,6 +4,7 @@ # omarchy:group=clipboard # omarchy:args=[--copy-only] # omarchy:examples=omarchy clipboard paste file image/png /tmp/screenshot.png +# omarchy:hidden=true copy_only=false diff --git a/bin/omarchy-clipboard-paste-text b/bin/omarchy-clipboard-paste-text index a1cf064e..ac0781a6 100755 --- a/bin/omarchy-clipboard-paste-text +++ b/bin/omarchy-clipboard-paste-text @@ -4,6 +4,7 @@ # omarchy:group=clipboard # omarchy:args=[--shift-insert] [--copy-only] [--history-index |] # omarchy:examples=omarchy clipboard paste text "hello" | omarchy clipboard paste text --shift-insert "hello" +# omarchy:hidden=true use_shift_insert=false copy_only=false