macOS xterm-256color zsh 12 views

Small personal utility. When a command produces a lot of output, I often want a visible marker between “before I ran this” and “after” — something I can spot at a glance while scrolling back. hr prints one row of solid color across the full terminal width, with a timestamp on the right and an optional left-aligned message.

red bar + timestamp

  • hr

add a message

  • hr started build

8 named colors

  • hr -c blue running tests

Bash 3.2+ and a terminal that supports ANSI color. No other dependencies. MIT licensed.

Repo: https://github.com/ankurokok/hr