A(another) alternative to ls

Posted by opusmag_@reddit | programming | View on Reddit | 1 comments

I've written an alternative to the ls command in go. I wanted a way to navigate larger directories better and have a better overview of them and info of the files in them. This caused me to create https://github.com/OpusMag/lds

Unlike other ls alternatives like eza or lsd, lds visually separates directories from files clearly, allows you to search for the exact thing you're looking for and view file info like git status, symlinks, permissions etc. Hope someone else finds it useful!