Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tree doesn't work #1211

Open
porfyr opened this issue Jun 29, 2023 · 2 comments
Open

tree doesn't work #1211

porfyr opened this issue Jun 29, 2023 · 2 comments

Comments

@porfyr
Copy link

porfyr commented Jun 29, 2023

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
Copy link

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
Copy link
Collaborator

ariasuni commented Sep 6, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants