From c9a5b4cd4e4b2d3e13449c6ca669b9d6611e803f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 18 Jan 2025 18:32:57 +1100 Subject: main: update help --- main.fish | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'main.fish') diff --git a/main.fish b/main.fish index 25a34c0..f57955b 100755 --- a/main.fish +++ b/main.fish @@ -48,13 +48,18 @@ test "$argv[1]" != help && error "Unknown command: $argv[1]" echo 'Usage: caelestia COMMAND [ ...args ]' echo -echo 'COMMAND := help | shell | workspace-action | change-wallpaper' +echo 'COMMAND := help | shell | toggle | workspace-action | scheme | screenshot | clipboard | clipboard-delete | emoji-picker | wallpaper | pip' echo echo ' help: show this help message' echo ' shell: start the shell or message it' -echo ' screenshot: take a screenshot' +echo ' toggle: toggle a special workspace' echo ' workspace-action: execute a Hyprland workspace dispatcher in the current group' -echo ' change-wallpaper: change the wallpaper' +echo ' scheme: change the current colour scheme' +echo ' screenshot: take a screenshot' +echo ' clipboard: open clipboard history' +echo ' clipboard-delete: delete an item from clipboard history' +echo ' emoji-picker: open the emoji picker' +echo ' wallpaper: change the wallpaper' echo ' pip: move the focused window into picture in picture mode or start the pip daemon' # Set exit status -- cgit v1.2.3-freya