diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-10-15 22:23:27 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-10-15 22:23:27 +0200 |
| commit | a896548d0a3c8adc98a9c76c09b3433724e196ab (patch) | |
| tree | d83595ec680dfb0e7d58b2ac2af41d0790f5af32 /bin/idot | |
| parent | 57857f9382ccc0f2ce9bdff05bbbcce63da9f423 (diff) | |
add sixel tools
Diffstat (limited to 'bin/idot')
| -rwxr-xr-x | bin/idot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/idot b/bin/idot new file mode 100755 index 0000000..d36d947 --- /dev/null +++ b/bin/idot @@ -0,0 +1,2 @@ +#!/bin/sh +dot -Tpng -Gsize=8 "${1:-}" | convert -- - sixel:- |
