summaryrefslogtreecommitdiff
path: root/.local/bin/fpt
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/fpt')
-rwxr-xr-x.local/bin/fpt16
1 files changed, 16 insertions, 0 deletions
diff --git a/.local/bin/fpt b/.local/bin/fpt
new file mode 100755
index 0000000..e0f4271
--- /dev/null
+++ b/.local/bin/fpt
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+PREVIEW_TEXT="ABCDEFGHIJKLM\n""\
+NOPQRSTUVWXYZ\n""\
+abcdefghijklm\n""\
+nopqrstuvwxyz\n""\
+1234567890\n""\
+!@$\%(){}[]"
+
+convert -size "532x365" xc:"#ffffff" \
+ -gravity center \
+ -pointsize 38 \
+ -font "$1" \
+ -fill "#000000" \
+ -annotate +0+0 "$PREVIEW_TEXT" \
+ -flatten "jpeg:-" | img2sixel