dotfiles/.local/bin/scripts/rewrite
2021-12-02 23:31:48 +01:00

3 lines
156 B
Bash
Executable file

#!/bin/sh
# Pipe a command into this and each output line will rewrite the previous one
sed --unbuffered '2,$s|^|\\e[1A\\e[K|' | xargs -d '\n' -L 1 echo -e