GitHub - sebastiencs/ls-icons: ls command with files icons (original) (raw)

image

Overview

This is a fork of coreutils with a modified ls that print icons

Dependencies

Installation

You need to install icons-in-terminal first.

$ ./bootstrap $ export CFLAGS=-DNO_TRUE_COLOURS=1 # Execute this line only if your terminal doesn't support true colours $ export CC=clang CXX=clang++ $ ./configure --prefix=/opt/coreutils $ make $ make install $ /opt/coreutils/bin/ls

You can check if your terminal support true colours here.

Customization