Hide clipboard open/paste commands from default listings

This commit is contained in:
David Heinemeier Hansson
2026-06-29 13:45:11 -05:00
parent f58f1e8dd4
commit 7c6189c3d3
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
# omarchy:summary=Open a clipboard history entry
# omarchy:group=clipboard
# omarchy:args=--history-index <index>
# omarchy:hidden=true
history_index=""
history_path="$HOME/.local/state/omarchy/clipboard-history.json"
+1
View File
@@ -4,6 +4,7 @@
# omarchy:group=clipboard
# omarchy:args=[--copy-only] <mime-type> <path>
# omarchy:examples=omarchy clipboard paste file image/png /tmp/screenshot.png
# omarchy:hidden=true
copy_only=false
+1
View File
@@ -4,6 +4,7 @@
# omarchy:group=clipboard
# omarchy:args=[--shift-insert] [--copy-only] [--history-index <index>|<text>]
# omarchy:examples=omarchy clipboard paste text "hello" | omarchy clipboard paste text --shift-insert "hello"
# omarchy:hidden=true
use_shift_insert=false
copy_only=false