fix(help): clarify --swatch applies to terminal output and desktop notifications #10

Merged
rootiest merged 1 commits from fix/swatch-help-text into main 2026-05-03 18:30:20 +00:00
Owner

Summary

The --swatch flag controls color swatches in two places:

  1. The inline terminal block character (ANSI background colour)
  2. The desktop notification icon (a solid-colour PNG generated via ImageMagick, passed to notify-send -i)

The previous help text only mentioned "the terminal output", which was incomplete after notification swatch support was added.

Change

-  --[no-]swatch  Include a color swatch in the terminal output
+  --[no-]swatch  Include a color swatch in the terminal output and desktop notification

No functional changes — documentation/help text only.

## Summary The `--swatch` flag controls color swatches in **two** places: 1. The inline terminal block character (ANSI background colour) 2. The desktop notification icon (a solid-colour PNG generated via ImageMagick, passed to `notify-send -i`) The previous help text only mentioned "the terminal output", which was incomplete after notification swatch support was added. ## Change ```diff - --[no-]swatch Include a color swatch in the terminal output + --[no-]swatch Include a color swatch in the terminal output and desktop notification ``` No functional changes — documentation/help text only.
rootiest added 1 commit 2026-05-03 18:29:45 +00:00
fix(help): clarify --swatch applies to terminal and notifications
Auto Label PRs / label (pull_request) Successful in 3s
Test PR / test (pull_request) Successful in 6s
Release on Merge / release (pull_request) Successful in 6s
8333d249d9
The --swatch flag now controls both the inline terminal color block and
the desktop notification icon (via ImageMagick). Update the help text
to reflect this so users know the flag affects both output contexts.
rootiest merged commit 10014d5ee9 into main 2026-05-03 18:30:20 +00:00
rootiest deleted branch fix/swatch-help-text 2026-05-03 18:30:20 +00:00
Sign in to join this conversation.