FOSSPicks
CLI image viewer
lsix
Giving your terminal the ability to view images may seem counter productive. After all, one of the great things about the command line is that you're not distracted by things like images. But adding this kind of ability could be immensely useful, especially if you happen to be running a remote terminal and you work with images. It could be ideal when working with a web server, for example, and you're trying to track down a specific image in a folder of obscure file names. Or when you process images on the command line and you want to see whether the process has worked as intended – or simply for the convenience of not having to reach for your mouse.
But surely getting meaningful images to display using ASCII text is impossible? Surprisingly not, thanks to sixel, a bitmap graphics format designed specifically for terminals that can build complex images out of 64 different ASCII characters, each containing a different arrangement of pixels. It's close to being able to set individual pixels within a terminal, while only using the text characters the terminal can display. And this is what lsix
does. It's an ls
command for images that displays image thumbnails just as ls
displays file and folder names. The only caveat is that you need a terminal that supports sixel, and several – such as Konsole – do not. The easy solution is to run xterm
(with xterm -ti vt340
). But lsix
is really just a well-commented Bash script that's using ImageMagick's convert
command to do the magic, so it's worth looking inside if there are other changes you'd potentially like to make. It's a simple, easy-to-use command that genuinely helps if you need to see images on the command line.
Project Website
https://github.com/hackerb9/lsix
Video editor
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Find SysAdmin Jobs
News
-
OpenMandriva Lx 23.03 Rolling Release is Now Available
OpenMandriva "ROME" is the latest point update for the rolling release Linux distribution and offers the latest updates for a number of important applications and tools.
-
CarbonOS: A New Linux Distro with a Focus on User Experience
CarbonOS is a brand new, built-from-scratch Linux distribution that uses the Gnome desktop and has a special feature that makes it appealing to all types of users.
-
Kubuntu Focus Announces XE Gen 2 Linux Laptop
Another Kubuntu-based laptop has arrived to be your next ultra-portable powerhouse with a Linux heart.
-
MNT Seeks Financial Backing for New Seven-Inch Linux Laptop
MNT Pocket Reform is a tiny laptop that is modular, upgradable, recyclable, reusable, and ships with Debian Linux.
-
Ubuntu Flatpak Remix Adds Flatpak Support Preinstalled
If you're looking for a version of Ubuntu that includes Flatpak support out of the box, there's one clear option.
-
Gnome 44 Release Candidate Now Available
The Gnome 44 release candidate has officially arrived and adds a few changes into the mix.
-
Flathub Vying to Become the Standard Linux App Store
If the Flathub team has any say in the matter, their product will become the default tool for installing Linux apps in 2023.
-
Debian 12 to Ship with KDE Plasma 5.27
The Debian development team has shifted to the latest version of KDE for their testing branch.
-
Planet Computers Launches ARM-based Linux Desktop PCs
The firm that originally released a line of mobile keyboards has taken a different direction and has developed a new line of out-of-the-box mini Linux desktop computers.
-
Ubuntu No Longer Shipping with Flatpak
In a move that probably won’t come as a shock to many, Ubuntu and all of its official spins will no longer ship with Flatpak installed.