exa a modern replacement for ls written in rust
4. 7. 2018https://the.exa.website/docs/colour-themes
Install
sudo apt install libhttp-parser2.1
then unpack/rename this to ~/bin/exa
2022 edit:
Nice replacement for my ‘lst’ alias
# before
alias lst='ls -clhtr'
# after
alias lst='exa --sort modified -la --icons --no-permissions'