LSV is a program i wrote a few months back, using it since. It displays files in a directory with lots of color (looks like ls -l). Only tested one Linux, theoretically would work on any Unix. Hope someone finds this useful, open to contributions.

  • 0xCAFe
    link
    fedilink
    102 years ago

    It’s always good to provide a screenshot in the repository. Most people (including me) won’t clone and try it if they don’t know how it looks like.

    • @togoorooOP
      link
      42 years ago

      there is one in the repo. screenshot.png

  • Arthur BesseA
    link
    42 years ago

    i’m all for minimalism but, for me at least, being able to sort by size or time is an essential feature for an ls command.

    • @togoorooOP
      link
      22 years ago

      I was thinking of adding those in, that would be a good idea.

  • @toneverends
    link
    32 years ago

    Not compatible with Dvorak keyboards tho. :-)

    • @togoorooOP
      link
      12 years ago

      oh I dont use a dvorak keyboard. How come it doesnt work with those?

      • @toneverends
        link
        22 years ago

        Oh, it works, it’s just particularly awkward to type with that layout.

  • azron
    link
    32 years ago

    What were the design considerations? What I see in your screenshot makes it look pretty similar to output I already get with ls, why LSV?

    • @togoorooOP
      link
      12 years ago

      it isn’t a super complex program or anything, just adds more color. Main reason is I liked how exa displayed color, but I didn’t want to rest of the program personally.