Skip to content

[Feature Request] Implement -H for ls compatability #1172

@daniellaing

Description

@daniellaing
  • lsd --version: 1.2.0

When using -l there is no way to follow symlinks.
In classic ls this is done with the -H flag which does not exist in lsd.

Expected behavior

$ ls -lH my_link
total 0
-rw-r--r-- 1 daniel users 0 Nov 28 15:33 bar
-rw-r--r-- 1 daniel users 0 Nov 28 15:33 baz
-rw-r--r-- 1 daniel users 0 Nov 28 15:33 foo

Actual behavior

$ ls -lH my_link
error: unexpected argument '-H' found

  tip: to pass '-H' as a value, use '-- -H'

Usage: lsd [OPTIONS] [FILE]...

For more information, try '--help'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions