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

make exa --tree more usable with symlinks #1200

Closed
Janik-Haag opened this issue Jun 2, 2023 · 1 comment
Closed

make exa --tree more usable with symlinks #1200

Janik-Haag opened this issue Jun 2, 2023 · 1 comment

Comments

@Janik-Haag
Copy link

Currently I have exa --git --tree --icons as a alias for tree. And that works great with normal folders, but when working with symlinked folders tree ./result displays ./result -> /nix/store/rgckxqbb8asdyj0l66i6jrhwzqriahdf-labctl-0.0.15 and when doing tree ./result/ it displays what I actually want displayed:

./result
├──  bin
│  └──  labctl
└──  share
   ├──  bash-completion
   │  └──  completions
   │     └──  labctl.bash
   └──  zsh
      └──  site-functions
         └──  _labctl

I think that behavior makes sense when using exa like ls, but fell like there should be a edgecase for the --tree flag.

@ariasuni
Copy link
Collaborator

ariasuni commented Sep 7, 2023

Closing this in favor of #393

@ariasuni ariasuni closed this as completed Sep 7, 2023
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

2 participants