summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-11-23 13:02:33 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-11-23 13:02:33 +0100
commit4ff76fea6ac0e5e3303339925af2927aba7bad7d (patch)
tree56ccdf5d1feb799a506b7a5a9b85805ea138257a /.local
parent8e5c269dd5cfa61f521115baffd3927842dccf00 (diff)
visep: Add visep to visually display the separator characters
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/visep4
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/bin/visep b/.local/bin/visep
new file mode 100755
index 0000000..8ba537c
--- /dev/null
+++ b/.local/bin/visep
@@ -0,0 +1,4 @@
+#!/usr/bin/sed -f
+
+# tr doesn’t translate characters — but bytes — meaning we need sed
+y/\x1C\x1D\x1E\x1F/␜␝␞␟/