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

show files as tree structure #1040

Closed
Koushikphy opened this issue Jun 12, 2022 · 4 comments · Fixed by #1386
Closed

show files as tree structure #1040

Koushikphy opened this issue Jun 12, 2022 · 4 comments · Fixed by #1386

Comments

@Koushikphy
Copy link

What version of fd are you using?
8.4.0

Is there a way to show the files found by fd as a tree structure instead of just a list?

@sharkdp
Copy link
Owner

sharkdp commented Jun 12, 2022

@sharkdp
Copy link
Owner

sharkdp commented Jun 12, 2022

That documentation is not competely up to date though. In the meantime, I have personally set

alias as-tree="tree --fromfile"

and use it like this:

fd rs | as-tree

as-tree (the tool) is not actively maintained anymore, I believe.

@Koushikphy
Copy link
Author

Okay that solves the question. Thanks

@sharkdp
Copy link
Owner

sharkdp commented Jul 11, 2022

Let's reopen this so we don't forget to update the documentation

@sharkdp sharkdp reopened this Jul 11, 2022
tmccombs added a commit that referenced this issue Oct 16, 2023
fix(README.md): as-tree is unmaintained, fixes #1040
tmccombs added a commit to tmccombs/fd that referenced this issue Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants