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