libsixel icon indicating copy to clipboard operation
libsixel copied to clipboard

[RFC] Provide thumbnails and previews for *.six / *.sixel

Open saitoha opened this issue 3 months ago • 0 comments

My working directory quickly fills with files like test1.six and test-yyyymmdd.six, so I made it easier to preview their contents in explorer and Finder.

On develop branch, WIC decoder(Windows) and Quicklook Extension(macOS) are provided.

Image Image

To install WIC decoder (Windows):

On Mingw64 environment:

$ ./configure --enable-wiccodec --enable-register-dll && make && make install

To install Quicklook Extension (macOS):

$ ./configure --enable-quicklook-extension && make && sudo make install

After installation, consider logging out and back in once; Please report any issues.

saitoha avatar Oct 04 '25 14:10 saitoha