This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Showing images in sixel-compatible terminals with Midnight Commander (mc) | |
========================================================================= | |
Task | |
- Using Midnight Commander (mc), I want to show the selected image file currently selected in `mc` on the terminal by just pressing the enter key. | |
Prerequisite | |
- Using a terminal that is able to show images in sixel format (e.g. [Windows Terminal](https://github.com/microsoft/terminal) in version v1.22 or newer). | |
- Having [ImageMagick](https://imagemagick.org/) installed for resizing and convertion to sixel format. |