Clarity: a minimal wrapper that makes terminal output human

Posted by rosmaneiro@reddit | linux | View on Reddit | 22 comments

Clarity: a minimal wrapper that makes terminal output human

I wrote a small tool called Clarity. It wraps any command, filters useless noise, and prints a short human-readable summary.

Tools like npm, git, docker, etc. become predictable and calm.

Example:

clarity npm install ✔ Installed successfully → audited 8 packages → 0 vulnerabilities run with --full for details

The goal: reduce cognitive load when working in the terminal.

Feedbacks pls...

Repo: https://github.com/ruidosujeira/clarity