Skip to content

Add color to CLI output #8

Description

@dcondrey

Difficulty: Beginner

The CLI currently outputs plain text. Add color using ANSI escape codes or a lightweight library like rich or click.style to make output more readable:

  • Green for success messages ("Cookies validated", "Started")
  • Yellow for warnings ("Cookies expired")
  • Red for errors ("Poll failed")
  • Cyan for info ("Dashboard: http://tracker.local")

Where to look: main.py — the log.info/warning/error calls throughout. Could also create a simple _color(text, color) helper.

Constraint: Don't add heavy dependencies. Either use raw ANSI codes or make rich an optional dependency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions