It would be great if I could exclude certain files from my ls output, like .DS_Store. I'm thinking there should be a lsd --exclude option, which can be used like this for one or more arguments?
$ lsd --exclude .DS_Store`
$ lsd --exclude [.DS_Store, .other_files, ...]
There's probably a better solution, but this is all I've got off the top of my head.
I'll start working on it.
+1 :)
respecting ignore files (.ignore, .gitignore, ~/.config/git/ignore) would be nice too
Hello everyone, I close this issue because it's kind of a duplicate of #275 which is more active. If you want to comment or contribute I invite you to do it on the other issue.
Most helpful comment
I'll start working on it.