/pls

Utility alternative to ls

Primary LanguagePython

pls

Utility alternative to ls

alt text alt text

Installation: 
cd $HOME && mkdir .pirate && cd .pirate
git clone https://github.com/Pinperepette/pls
edit .zshrc file
alias pls='python3 $HOME/.pirate/pls/pirate_ls.py'
usage: pls or pls -l or pls -t
requires python3 and rich (pip3 install rich)