A minimal alternative to coreutils' "ls"
lspp uses nerd fonts, so go ahead and install that first
after installing nerd fonts, clone this repository:
git clone https://github.com/ngn13/lspp.git
run the make script (make sure you have gcc
installed):
make
and finally run the install script as root:
sudo make install
run lspp -h
to list the usage and the options.