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.
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/man1Test the installation:
logo-lsSample output:
To make logo‑ls the default ls command, add an alias to your shell configuration:
echo 'alias ls="logo-ls"' >> ~/.bashrc
exec $SHELL
lsFor additional options, run:
logo-ls --help
man 1 logo-lsMore details are available in the GitHub repository.
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
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.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
