We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, eza cannot display the target path of macOS alias files.
Unlike symlinks, alias maintains dynamic reference via file ID tracking, working even when target files move.
Similar to how eza handles symlinks:
$ eza -l .rw-r--r--@ 800 username time alias_file -> /path/to/target
The text was updated successfully, but these errors were encountered:
This sound like we would need to call specific macOS APIs, not sure if there’s something in Rust to do that: https://en.wikipedia.org/wiki/Alias_(Mac_OS)#Programming_API
Sorry, something went wrong.
No branches or pull requests
Currently, eza cannot display the target path of macOS alias files.
Unlike symlinks, alias maintains dynamic reference via file ID tracking, working even when target files move.
Expected Behavior
Similar to how eza handles symlinks:
The text was updated successfully, but these errors were encountered: