amp
amp copied to clipboard
ANSI codes in the input file are not handled (stripped/escaped), affecting AMP's text rendering
For example, running something like:
# Using `--color` forces `git` to always colorize output
$ git diff --color > output
$ amp output
The use space and movement keys and watch the text.
AMP could just strip the codes (and inform the user?) or escape them (as vim does).