Skip to content

Instantly share code, notes, and snippets.

@sterpe
Created June 22, 2019 03:38
Show Gist options
  • Save sterpe/19c6260d59233a39258a662787e32a08 to your computer and use it in GitHub Desktop.
Save sterpe/19c6260d59233a39258a662787e32a08 to your computer and use it in GitHub Desktop.
macOS (BSD) colorized `ed(1)` terminal
#
# macOS (BSD) colorized `ed(1)` terminal
# [screen 0]
mkfifo /tmp/fifo; cat <>/tmp/fifo | pygmentize -P style=algol -sf 256 -l js
# [screen 1]
rlwrap -anc script -kF /tmp/fifo /bin/ed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment