Btw good work, i always like modern gnu compatible tools
Eza: A modern, maintained replacement for ls
41–50 of 250 posts
Re: Eza: A modern, maintained replacement for ls
#42My 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.
Nice tip. What got rid of most of my use of `ls` in fish was running `ls` automatically when you changed directories: function ls_on_cd --on-variable PWD ls end
Re: Eza: A modern, maintained replacement for ls
#43[flagged]
Personally, I use eza because of `--tree` and `--git`.
Re: Eza: A modern, maintained replacement for ls
#44My 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.
Nice tip. What got rid of most of my use of `ls` in fish was running `ls` automatically when you changed directories: function ls_on_cd --on-variable PWD ls end
Re: Eza: A modern, maintained replacement for ls
#45This is thousands of lines of rust with emphasis on community building and ongoing development.
There seems to be a disconnect between engineering effort and product here which doesn't totally make sense to me. I think I'll stay with ls.
Re: Eza: A modern, maintained replacement for ls
#46Re: Eza: A modern, maintained replacement for ls
#47I'm under the impression that ls doesn't do very much. I'd expect it to be a small wrapper around libc. This is thousands of lines of rust with emphasis on community building and ongoing development. There seems to be a disconnect between engineering effort and product here which doesn't totally make sense to me. I think I'll stay with ls.
I would guess that ls has at least 50 different behaviors based on the switches.
Re: Eza: A modern, maintained replacement for ls
#48I 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.…
Re: Eza: A modern, maintained replacement for ls
#49Who uses ls anyway? I tab-complete until it lists the files I need. Just kidding. But on a more serious note, why does he claim ls is not maintained anymore?
I think they are not referring to ls, but to exa [0], which is not maintained anymore. [0] https://github.com/ogham/exa
> By deliberately making some decisions differently, eza attempts to be a more featureful, more user-friendly version of ls.