Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 428 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 428 Bytes

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)