Operations 3 min read

Replace ls with logo‑ls: Install, Use, and Set as Default

This guide explains how to install the Go‑based logo‑ls utility as a feature‑rich replacement for the traditional ls command, shows how to test it, configure an alias to make it the default, and where to find further documentation.

MaGe Linux Operations
MaGe Linux Operations
MaGe Linux Operations
Replace ls with logo‑ls: Install, Use, and Set as Default

Installation

logo‑ls is a Go‑written replacement for the traditional ls command that, in addition to listing files, displays icons based on MIME type.

Supported platforms

Pre‑built binaries are available for Windows, macOS, BSD and various Linux architectures. For 64‑bit GNU/Linux, use the following commands.

wget -q https://github.com/Yash-Handa/logo-ls/releases/download/v1.3.7/logo-ls_Linux_x86_64.tar.gz
tar zxvf logo-ls_Linux_x86_64.tar.gz
cd logo-ls_Linux_x86_64
sudo install -v logo-ls /usr/local/bin/

To install the manual page:

sudo cp logo-ls.1.gz /usr/share/man/man1

Test the installation:

logo-ls

Sample output:

To make logo‑ls the default ls command, add an alias to your shell configuration:

echo 'alias ls="logo-ls"' >> ~/.bashrc
exec $SHELL
ls

For additional options, run:

logo-ls --help
man 1 logo-ls

More details are available in the GitHub repository.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

Linuxcommand-linels alternativelogo-ls
MaGe Linux Operations
Written by

MaGe Linux Operations

Founded in 2009, MaGe Education is a top Chinese high‑end IT training brand. Its graduates earn 12K+ RMB salaries, and the school has trained tens of thousands of students. It offers high‑pay courses in Linux cloud operations, Python full‑stack, automation, data analysis, AI, and Go high‑concurrency architecture. Thanks to quality courses and a solid reputation, it has talent partnerships with numerous internet firms.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.