exa a modern replacement for ls written in rust

https://the.exa.website/docs/colour-themes

Install

sudo apt install libhttp-parser2.1

then unpack/rename this to ~/bin/exa

exa-fs8.png

2022 edit:

Nice replacement for my ‘lst’ alias

# before
alias lst='ls -clhtr'
# after
alias lst='exa --sort modified -la --icons --no-permissions'