# nojhan/colout

Color text streams with a polished command line interface

Repository: https://github.com/nojhan/colout
Canonical: https://ross.abutalabs.com/products/colout
Homepage: http://nojhan.github.io/colout/
Language: Python
License: GPL-3.0
License Family: copyleft
Topics: shell, python3, command-line-tool, colors, text-stream
Last push: 2026-06-14T08:57:33+00:00

## Health v2 (maintenance only)
Score: 62/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 87, release rhythm 8, longevity 100
- inputs: {"age_days": 5268, "days_push": 80, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1163, forks 61 (observed 2026-08-28T04:03:49.652706+00:00)

## What it is
colout is a Python command-line tool that colors text streams piped through it, highlighting characters matching a regular expression in a chosen color and style. It supports 8/256-color modes, colormaps, themes, and Pygments-based syntax coloring while preserving surrounding context.

## Use cases
- colorize command output in the terminal
- highlight errors in log files
- add colors to grep or tail output
- color specific parts of ps or ls output with regex groups
- syntax-highlight source code snippets in the terminal
- apply rainbow colormaps to long log lines

## When to choose
- you want grep --color-like highlighting that keeps the full context
- you need flexible regex-based coloring with multiple colors per line
- you want a simple pipe-friendly tool for terminal output styling

## When to avoid
- you need persistent file editing or syntax highlighting in an editor
- you want structured log parsing rather than visual coloring
- you need Windows-native console support without ANSI escape support

## Facets
- artifact type: cli-tool
- maturity: active
- function: cli, developer-tools, terminal-ui
- domain: developer-tools
- platform: cli, cross-platform, python
- tags: ansi-colors, text-processing, regular-expressions, syntax-highlighting, terminal-output, pipe-filter, command-line, linux, macos

## Member repositories
- nojhan/colout (main) score 62

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:49.652706+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:31:34.366997+00:00, confidence not recorded.
  - readme: https://github.com/nojhan/colout (fetched 2026-08-28T04:03:49.652706+00:00, sha 7c3f6ec44220)
  - homepage: http://nojhan.github.io/colout/ (fetched 2026-08-29T12:35:51.563327+00:00, sha 2ad24893c3e0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
