Hide clipboard open/paste commands from default listings
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user