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

doesn't display invalid symlinks #100

Open
brianmay opened this issue Jan 27, 2025 · 3 comments
Open

doesn't display invalid symlinks #100

brianmay opened this issue Jan 27, 2025 · 3 comments
Labels
enhancement New feature or request

Comments

@brianmay
Copy link

This can be somewhat confusing when trying to debug why something isn't working, and you can't see the (invalid) symlink.

~
at 10:15:41 ❯ cd /tmp

/tmp
at 10:15:43 ❯ mkdir a

/tmp
at 10:15:58 ❯ cd a

/tmp/a
at 10:16:03 ❯ lla -l

/tmp/a
at 10:16:11 ❯ ln -s a b

/tmp/a
at 10:16:16 ❯ lla -l

/tmp/a
at 10:16:17 ❯
@chaqchase chaqchase added the enhancement New feature or request label Feb 7, 2025
@chaqchase
Copy link
Owner

Hey @brianmay thank you for opening this issue I will definitely look into it and of course if I had a fix I will include it in the next release for sure!

@brianmay
Copy link
Author

Does lla have some way of showing symlink destinations? i.e. similar to ls -l?

[brian@firebrat:~]$ ls -l /bin/
total 4
lrwxrwxrwx 1 root root 74 Jan 19 17:34 sh -> /nix/store/f33kh08pa7pmy4kvsmsibda46sh46s66-bash-interactive-5.2p37/bin/sh

I can't see anything, but wondering if I missed something(?).

@chaqchase
Copy link
Owner

Hey @brianmay thank you for mentioning this! Currently lla doesn't have that feature certainly will be added in the next release I'm working on with other fixes and improvements!

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

No branches or pull requests

2 participants