Oddbean new post about | logout
 Just switched from **exa** to **eza** 🚀

🦀 A modern, maintained replacement for ls - written in #rustlang

⭐ GitHub: https://github.com/eza-community/eza

#linux #commandline #terminal #ls

https://cdn.fosstodon.org/media_attachments/files/111/029/977/344/021/043/original/4782911a48b11d09.png 
 @d705616b I used exa and then checked out eza. But then I tried lsd again and I found it much better out of the box:

https://github.com/lsd-rs/lsd 
 @d705616b I had no idea that exa wasn't maintained anymore!
Looks like an interesting fork but it doesn't really seem to stand out besides being maintained.
I'll have to try it though.
If exa isn't maintained anymore then I'll have to find a new ls alternative eventually.
Now if only lsd wasn't dependent on nerdfonts I'd try that as well. 
 @d705616b Didn't expected exa is not maintained anymore.

Gonna change this alias to use eza
```fish

alias worktree "exa --git-ignore --tree --all -I .git --group-directories-first --long --no-permissions --no-user --no-time"

alias filetree "exa --tree --all --group-directories-first --long --no-permissions --no-user --no-time"
```