You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 like lsd -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 a lsd -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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
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 statuswe can do something likelsd -Gg --treebut 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