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
Directory trees should generate at somewhat comparable speeds between tools.
Actual behavior
Command lsd --tree run in ~/ takes roughly two seconds to generate any output and then generates the whole tree whereas exa --tree generates the full output in less than one second.
The text was updated successfully, but these errors were encountered:
Yes it is very very slow to the point of being unusable. Please fix, it's not that difficult. I can share my code for a custom tree command that prints in real-time and executes in less than 1 second.
lsd --version
: 1.0.0echo $TERM
: xterm-kittyExpected behavior
Directory trees should generate at somewhat comparable speeds between tools.
Actual behavior
Command
lsd --tree
run in ~/ takes roughly two seconds to generate any output and then generates the whole tree whereasexa --tree
generates the full output in less than one second.The text was updated successfully, but these errors were encountered: