heads icon indicating copy to clipboard operation
heads copied to clipboard

Add info output function (for unified text prompts under Heads)

Open tlaurion opened this issue 2 years ago • 2 comments

We have die and warn which #1482 unifies screen output.

Everywhere in code, we seem to use echo "+++ Blah blah" as info. There is also +++++++" and variations on that. We could unify those and replicate warn and die, but without sleep calls

I suggest that we unify the codebase by adding non-sleeping info function which would prepend all text output with +++ blah (with a space) to make it clear what output comes from Heads and what comes from tools Heads uses.

Example 2023-09-01-173124

@JonathonHall-Purism

tlaurion avatar Sep 01 '23 21:09 tlaurion