diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-19 15:42:32 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-19 15:42:32 +1000 |
| commit | f2a9bf24900461441cb35dc68ea79353abc0224c (patch) | |
| tree | a2d96a011c906826630b78feea6124820f23fe16 | |
| parent | feat: window resizer command & daemon (#43) (diff) | |
| download | caelestia-cli-f2a9bf24900461441cb35dc68ea79353abc0224c.tar.gz caelestia-cli-f2a9bf24900461441cb35dc68ea79353abc0224c.tar.bz2 caelestia-cli-f2a9bf24900461441cb35dc68ea79353abc0224c.zip | |
ci: fix update flake action
Also update readme help
| -rw-r--r-- | .github/workflows/update-flake-inputs.yml | 2 | ||||
| -rw-r--r-- | README.md | 25 |
2 files changed, 14 insertions, 13 deletions
diff --git a/.github/workflows/update-flake-inputs.yml b/.github/workflows/update-flake-inputs.yml index f8f61b8..fb89275 100644 --- a/.github/workflows/update-flake-inputs.yml +++ b/.github/workflows/update-flake-inputs.yml @@ -66,7 +66,7 @@ jobs: result/bin/caelestia emoji -h result/bin/caelestia emoji result/bin/caelestia wallpaper -h - result/bin/caelestia pip -h + result/bin/caelestia resizer -h - name: Test graphical stuff env: @@ -67,26 +67,27 @@ All subcommands/options can be explored via the help flag. ``` $ caelestia -h -usage: caelestia [-h] COMMAND ... +usage: caelestia [-h] [-v] COMMAND ... Main control script for the Caelestia dotfiles options: - -h, --help show this help message and exit + -h, --help show this help message and exit + -v, --version print the current version subcommands: valid subcommands - COMMAND the subcommand to run - shell start or message the shell - toggle toggle a special workspace - scheme manage the colour scheme - screenshot take a screenshot - record start a screen recording - clipboard open clipboard history - emoji emoji/glyph utilities - wallpaper manage the wallpaper - pip picture in picture utilities + COMMAND the subcommand to run + shell start or message the shell + toggle toggle a special workspace + scheme manage the colour scheme + screenshot take a screenshot + record start a screen recording + clipboard open clipboard history + emoji emoji/glyph utilities + wallpaper manage the wallpaper + resizer window resizer daemon ``` ## Configuring |