Skip to content

Conversation

@javoire
Copy link
Owner

@javoire javoire commented Jan 27, 2026

Summary

  • Add colored terminal output using fatih/color library
  • Branch names displayed in cyan, current branch marker in bold green
  • PR states color-coded: OPEN (green), MERGED (magenta), CLOSED (red)
  • Success/warning/error icons with appropriate colors
  • New --no-color flag and automatic NO_COLOR env var support

🤖 Generated with Claude Code

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>
@javoire javoire merged commit 1522bc4 into main Jan 27, 2026
1 check passed
@javoire javoire deleted the feature/colorful-output branch January 27, 2026 19:52
javoire pushed a commit that referenced this pull request Jan 27, 2026
…01-27)

### Features

* add colorful terminal output ([#48](#48)) ([1522bc4](1522bc4))
@javoire
Copy link
Owner Author

javoire commented Jan 27, 2026

🎉 This PR is included in version 1.8.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants