Documents

logo-ls – modern ls command

Last Updated on March 4, 2026

ls is a command to list computer files. ls is specified by POSIX and the Single UNIX Specification. When invoked without any arguments, ls lists the files in the current working directory.

There are many enterprising developers that look to update and enhance many of the commands available in coreutils. ls is no exception.

logo-ls is billed as a modern ls command with vscode like File Icon and Git Integrations. It’s a drop-in replacement for ls. This is free and open source software.

Installation

The project provides distro-specific packages for Debian/Ubuntu, Fedora, as well as binaries for x86_64 and arm64 architectures. We downloaded the .deb package with the command:

$ wget https://github.com/Yash-Handa/logo-ls/releases/download/v1.3.7/logo-ls_amd64.deb

Install with the command:

$ dpkg -i logo-ls_amd64.deb

Installing logo-ls

Your system needs to have Nerd Fonts installed. Nerd Fonts is a project that patches developer targeted fonts with a high number of glyphs (icons).

In Operation

As logo-ls is a drop-in replacement for ls, so you don’t need to relearn ls’s flags. With the relevant Nerd Font installed, a directory list will look like this:

logo-ls

logo-ls offers true color support and integrates git status (using go-git). The git status command displays the state of the working directory and the staging area. It lets you see which changes have been staged, which haven’t, and which files aren’t being tracked by Git.

logo-ls displays files with over 250 different icons.

logo-ls icons

Website: github.com/Yash-Handa/logo-ls
Support:
Developer: Yash Handa
License: MIT License

logo-ls is written in Go. Learn Go with our recommended free books and free tutorials.


Related Software

ls alternativesProgramming LanguageLicense
ezaRustMIT License
exaRustMIT License
lsdRustApache License 2.0
colorlsRubyMIT License
ls++PerlPerl/artistic license
ls-goGoMIT License
kShellMIT License
NatlsRustMIT License
gGoMIT License
logo-lsGoMIT License
lsvVlangMIT License
facadCMIT License
lsrZigMIT License
lvC++GNU General Public License v3.0
lsxRustGNU General Public License v3.0
llaRustMIT License
xlsRustMIT License

Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments