Annotations use demo/note.sh (gum style with clear) wrapped in Hide/Show so only the styled box appears. Long output commands pipe through less with search to highlight key fields. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 lines
102 B
Bash
Executable file
3 lines
102 B
Bash
Executable file
#!/usr/bin/env bash
|
|
clear
|
|
gum style --bold --foreground 6 --border rounded --border-foreground 8 "$*"
|