lsd as git status replacement #1083
michel-barret
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm not sure that is a good idea but if we want use lsd to list files in almost all cases, git use cases can be improved IMHO:
git status
we can do something likelsd -Gg --tree
but we can't ignore files without git status.Performance: I don't know how work
git status
, but it's seem's a lot faster than alsd -Gg --tree | grep -Fv -- ' -- '
. It's probably another way to find files so it's can be a little more complex than a simple filter.What do you think about it?
Beta Was this translation helpful? Give feedback.
All reactions