Skip to content

Commit fb201e5

Browse files
committed
docs(CHANGES): Add CLI Colors feature entry for #1006
1 parent 4d6cbc7 commit fb201e5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGES

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,20 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
3131

3232
<!-- To maintainers and contributors: Please add notes for the forthcoming version below -->
3333

34+
### Features
35+
36+
#### CLI Colors (#1006)
37+
38+
New semantic color output for all CLI commands:
39+
40+
- New `--color` flag (auto/always/never) on root CLI for controlling color output
41+
- Respects `NO_COLOR` and `FORCE_COLOR` environment variables per [no-color.org](https://no-color.org) standard
42+
- Semantic color methods: `success()` (green), `warning()` (yellow), `error()` (red), `info()` (cyan), `highlight()` (magenta), `muted()` (blue)
43+
- All commands updated with colored output: `load`, `ls`, `freeze`, `convert`, `import`, `edit`, `shell`, `debug-info`
44+
- Interactive prompts enhanced with color support
45+
- `PrivatePath` utility masks home directory as `~` for privacy protection in output
46+
- Beautiful `--help` output with usage examples
47+
3448
### Development
3549

3650
#### Makefile -> Justfile (#1005)

0 commit comments

Comments
 (0)