From 82b48859bdee41e273a124cee55c2cde5fa56aea Mon Sep 17 00:00:00 2001 From: nat Date: Sat, 31 May 2025 01:40:31 -0700 Subject: [PATCH] add means of parsing shell ouput ansi color sequences in to html --- www/src/scripts/hl-command | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 www/src/scripts/hl-command diff --git a/www/src/scripts/hl-command b/www/src/scripts/hl-command new file mode 100755 index 0000000..412f62d --- /dev/null +++ b/www/src/scripts/hl-command @@ -0,0 +1,2 @@ +#!/bin/bash +eval "${1}" | aha -s | pup 'pre' --pre