-
-
Notifications
You must be signed in to change notification settings - Fork 658
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
Feature request: follow symlinks like ls -L, --dereference, or be even friendlier #393
Comments
Yes! |
Would be great to have that feature. I like sorting directories first, and links to directories do not get placed on top without this option. |
Also would be great if there was symlink indicator even with this option toggled. |
I would really like to see this. |
It's been around for years now?? Wow .. okay, just another guy interested in This is a quite fundamental parameter of |
+1 |
I wholeheartedly agree! If a symlink is to a dir, it’s for a reason. |
I've been using unix for decades and only just became aware of the |
(exa PR) 1136: Fix #393: add flag to dereference links
Hi. I have some large files managed externally, and symlinks to them in git. I often want to see the sizes of the large files, not the sizes of the symlinks.
In fact, I consider displaying the size of the symlink an exercise in silliness; I'd much rather see the size of the target.
Exa doesn't seem to have anything like
ls -L
to give me that information.ls -L
be added?The text was updated successfully, but these errors were encountered: