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:summary=Open a clipboard history entry
|
||||||
# omarchy:group=clipboard
|
# omarchy:group=clipboard
|
||||||
# omarchy:args=--history-index <index>
|
# omarchy:args=--history-index <index>
|
||||||
|
# omarchy:hidden=true
|
||||||
|
|
||||||
history_index=""
|
history_index=""
|
||||||
history_path="$HOME/.local/state/omarchy/clipboard-history.json"
|
history_path="$HOME/.local/state/omarchy/clipboard-history.json"
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
# omarchy:group=clipboard
|
# omarchy:group=clipboard
|
||||||
# omarchy:args=[--copy-only] <mime-type> <path>
|
# omarchy:args=[--copy-only] <mime-type> <path>
|
||||||
# omarchy:examples=omarchy clipboard paste file image/png /tmp/screenshot.png
|
# omarchy:examples=omarchy clipboard paste file image/png /tmp/screenshot.png
|
||||||
|
# omarchy:hidden=true
|
||||||
|
|
||||||
copy_only=false
|
copy_only=false
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
# omarchy:group=clipboard
|
# omarchy:group=clipboard
|
||||||
# omarchy:args=[--shift-insert] [--copy-only] [--history-index <index>|<text>]
|
# 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:examples=omarchy clipboard paste text "hello" | omarchy clipboard paste text --shift-insert "hello"
|
||||||
|
# omarchy:hidden=true
|
||||||
|
|
||||||
use_shift_insert=false
|
use_shift_insert=false
|
||||||
copy_only=false
|
copy_only=false
|
||||||
|
|||||||
Reference in New Issue
Block a user