summaryrefslogtreecommitdiff
path: root/main.fish
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-18 18:32:57 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-18 18:32:57 +1100
commitc9a5b4cd4e4b2d3e13449c6ca669b9d6611e803f (patch)
treed1a5c8b32084172aad4832cc1814b01bcfacc3b0 /main.fish
parentmain: remove unnecessary subcommand (diff)
downloadcaelestia-cli-c9a5b4cd4e4b2d3e13449c6ca669b9d6611e803f.tar.gz
caelestia-cli-c9a5b4cd4e4b2d3e13449c6ca669b9d6611e803f.tar.bz2
caelestia-cli-c9a5b4cd4e4b2d3e13449c6ca669b9d6611e803f.zip
main: update help
Diffstat (limited to 'main.fish')
-rwxr-xr-xmain.fish11
1 files changed, 8 insertions, 3 deletions
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