Live data from Hacker News

Eza: A modern, maintained replacement for ls

github.com

1–10 of 250 posts

Re: Eza: A modern, maintained replacement for ls

#7
I have a problem with all terminal tools that insist on using colors to distinguish between various file types or attributes etc ('ls' is often set up like that too for distros, but I simply delete the config which sets that, the default doesn't). I use a terminal background which is easy on my eyes, and those color schemes always include colors which clash with the background or makes them hard to see in other ways. In short - I don't want colors in my 'ls' or 'ls' equivalent output. I'm fine with what ls with '-AFC' gives me.

Re: Eza: A modern, maintained replacement for ls

#9

My ls usage went down 100% after I switched to fish shell. The built in Alt + l command lists the directory contents. Very helpful! And also results in a cleaner shell history.

Also many shells come with greatly improved ls implementations built in, like that of nushell.

Re: Eza: A modern, maintained replacement for ls

#10
post #7

I have a problem with all terminal tools that insist on using colors to distinguish between various file types or attributes etc ('ls' is often set up like that too for distros, but I simply delete the config which sets that, the default doesn't). I use a terminal background which is easy on my eyes, and those color schemes always include colors which clash with the background or makes them hard to see in other ways.…

--color=never
Post reply on HN