-
-
Notifications
You must be signed in to change notification settings - Fork 257
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
feat: Support a full path listing option when using --tree output #416
Comments
If we display the absolute path, I believe the tree may be redundant, and we could format the output like so:
It would avoid very long lines and with the color I believe it could be quite readable. |
That also seems reasonable to me |
this reminds me very much of |
Ah right that's exactly what |
Well I am closing this but if anyone want to talk about this we can just reopen it |
@MartinFillon you can also set it as not planned for now, that makes it feel more like we're not doing it immediately, but makes it easier to search for later if we ever run out (probably wont but you know) |
We don't have a not planned tag |
ohh I meant like this |
First just one to say thanks for forking exa and trying to maintain it!
This is just me mirroring the original exa request posted here ogham/exa#754. I'd like to move to using
eza --tree
to replace my use oftree
, since thetree
utility doesn't support honoring.gitignore
, etc. However, I regularly rely on thetree -f
option to be able to easily access the full path of the underlying files after I find what I need.For context:
Usage output:
The text was updated successfully, but these errors were encountered: