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

Use symlink target for stat styling & icons #1644

Merged
merged 6 commits into from
Apr 7, 2024

Commits on Mar 17, 2024

  1. use symlink target for stat styling & icons (gokcehan#566)

    Support LS_COLORS/dircolors use of "target" for symlinks to select icons
    and styles for them according to the target stat. This mainly applies to
    directories - file name-based styles will still be based on the name of
    the link, not its target. This mirrors `ls` behavior.
    lorentzforces committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    49a1e79 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    e1d3292 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    799b0b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0148c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6113926 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    912a6fb View commit details
    Browse the repository at this point in the history