a minimal alternative to coreutils' ls
command
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:
make install
run lspp -h
to list the usage and the options, adding an alias to your ~/.bash
or ~/.zshrc
(or whatever shell you are using)
file would make lspp
easier to use:
alias l="lspp -l"
alias ll="lspp -a"
you can easily contribute by adding new icons, see the icons.c
file,
you can find icons with the nerdfonts cheat sheet