#catimg remplace aujourd'hui #cacaview dans mon fichier #Mutt #mailcap
https://grimoire.d12s.fr/2018/mutt_mailcap.html

```
image/*; catimg -t -r 2 -w %s; needsterminal
```

Support de couleurs 24bits ou repli vers 256 couleurs (-t).
Résolution possible en quart de lettre (-r 2).
Ajustement automatique du rendu à la largeur du terminal… (-w)

Permet vraiment le lire le contenu d'une image depuis un terminal.

#grimcom

Mutt mailcap

Instruire Mutt sur la conduite à tenir face à certaines pièces jointes. .mutt/muttrc set mailcap_path = "~/.mutt/mailcap" alternative_order text/html text/plain set implicit_autoview Concise example : .mutt/mailcap # text/html; lynx -dump -force_html -width=96 -assume_charset=%{charset} %s; needsterminal; copiousoutput (1) text/html; w3m -s -cols 96 -graph -I …

Grimoire-Command.es

#TIL about #lsix (https://github.com/hackerb9/lsix) and calling #xterm with the option "-ti vt340" to be able to display inline images inside an xterm—thanks to lsix having just arrived in #DebianUnstable: https://packages.debian.org/sid/lsix

These inline images (or the backend used to display them) seem to be called #sixel graphics. And they're said to work transparently through SSH. Maybe better than #chafa or #catimg.

#BloomScrolling on the terminal! 😉

#Kerdalo #JardinsDeKerdalo #Debian #DebianSid #ImageMagick

GitHub - hackerb9/lsix: Like "ls", but for images. Shows thumbnails in terminal using sixel graphics.

Like "ls", but for images. Shows thumbnails in terminal using sixel graphics. - hackerb9/lsix

GitHub
Avoir un aperçu des images depuis la cli ? #catimg : https://packages.debian.org/sid/utils/catimg
Original ^^
#linux