Hacks

From Maemo Leste Wiki
Revision as of 23:51, 6 April 2021 by Clort (talk | contribs) (Created page with "==== Fun Hacks for maemo-leste ==== ---- apt install -y uxterm imagemagick-6.q16 Add to ~/.bashrc: alias uxt="uxterm -ti vt340 -fa 'Monospace' -fs 16 -fullscreen" echo "c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Fun Hacks for maemo-leste


apt install -y uxterm imagemagick-6.q16

Add to ~/.bashrc:

alias uxt="uxterm -ti vt340 -fa 'Monospace' -fs 16 -fullscreen"

echo "convert \$@ -geometry 950x484 sixel:-" > /usr/local/bin/imgterm

chmod uog+x /usr/local/bin/termimg

display pictures as sixel graphics in your terminal with:

termimg mypic.png

You can also get thumbnails of directories with images with imagemagick and the shellscript lsix sixel thumbnailer