💾 Archived View for tbeseda.smol.pub › exa-instead-of-ls captured on 2023-09-08 at 15:55:12. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-07-16)

-=-=-=-=-=-=-

tbeseda

Home

All Posts

I use exa instead of ls

https://the.exa.website/

My exa aliases (in ~/.zshrc):

alias ll="exa --all --header --icons --long"

exa-ll.png

alias lt="ll --tree --level=3 --git-ignore --ignore-glob='.git|node_modules'"

exa-lt.png

I spent a lot of time reading the command line options doc, tweak as needed :)

https://the.exa.website/docs/command-line-options

---

All Posts