summary refs log tree commit diff
path: root/home/.local/bin/hup
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xhome/.local/bin/hup7
1 files changed, 0 insertions, 7 deletions
diff --git a/home/.local/bin/hup b/home/.local/bin/hup
deleted file mode 100755
index 4fc5d7ae..00000000
--- a/home/.local/bin/hup
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-set -eu
-
-dir=$(mktemp -d)
-hi -f html -o document,tab=4 "$@" > "$dir/hi.html"
-up "$dir/hi.html"
-rm -r "$dir"
7fded83a37&follow=1'>Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe