@aibulat/naser
A CLI tool to convert files containing ANSI output into HTML, based on the anser package.
Install / upgrade
bash
npm install -g @aibulat/naser
npm update -g @aibulat/naser
which naserVia Bun
bash
bun install -g @aibulat/naser
bun update -g @aibulat/naser --latest
bun pm ls -g
which naserUse
bash
echo -e "\e[32m Hello \e[0m" > out.txt
naser out.txt > out.html