Skip to content

ngn13/lspp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lspp | ls plus plus

a minimal alternative to coreutils' ls command

Screenshots

Installation

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

Usage

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"

Contribute

you can easily contribute by adding new icons, see the icons.c file, you can find icons with the nerdfonts cheat sheet