ogham / exa

A modern replacement for ‘ls’.
https://the.exa.website/
MIT License
23.45k stars 658 forks source link

tree doesn't work #1211

Open porfyr opened 1 year ago

porfyr commented 1 year ago

I run exa installed by pacman on Arch with -T or --tree flag. Then it just lags, doesn't print anything and doesn't exit. The same happens with built binary from this repo.

pflegende commented 11 months ago

we use it on sdf.org with good success. They has installd on net BSD this version of exa:

> exa -v && date
exa - list files on the command-line
v0.10.1 [+git]
https://the.exa.website/
Tue Aug 22 17:33:33 UTC 2023
ariasuni commented 10 months ago

Aren’t you trying to run exa -T in a directory with a lot of recursive directories and files? exa needs to find every file before it starts printing, for layout purposes… I’m pretty sure that if you try it by limiting the depth (with --level DEPTH) or in another directory with less things in it, it’ll work.