Commit ce2bf17
fix: consistent spacing of check icons in sync output (#49)
* feat: add colorful terminal output
Add colored output to improve CLI usability using fatih/color library:
- Branch names in cyan
- Current branch marker (*) in bold green
- PR states: OPEN (green), MERGED (magenta), CLOSED (red)
- Success/warning/error messages with colored icons
- Tree structure pipes in dim gray
- Progress indicators (1/5) in dim
Includes --no-color flag and automatic NO_COLOR env var support.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: consistent spacing of check icons in sync output
Add WrapWithSuccessIndented to spinner package for indented operations.
Sub-operations (rebase, push) now show checkmarks at column 2 with
consistent single-space after ✓.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 7ad4aa4 commit ce2bf17
2 files changed
Lines changed: 29 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
609 | 609 | | |
610 | 610 | | |
611 | 611 | | |
612 | | - | |
613 | | - | |
614 | | - | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
615 | 616 | | |
616 | 617 | | |
617 | 618 | | |
| |||
794 | 795 | | |
795 | 796 | | |
796 | 797 | | |
797 | | - | |
798 | | - | |
799 | | - | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
800 | 802 | | |
801 | 803 | | |
802 | 804 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
159 | 180 | | |
160 | 181 | | |
161 | 182 | | |
| |||
0 commit comments