Skip to content

Commit

Permalink
Update documentation for hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
meain authored and zwpaper committed Apr 13, 2022
1 parent 2348dd8 commit 5f6aa76
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,11 @@ no-symlink: false
# Possible values: false, true
total-size: false

# == Hyperlink ==
# Whether to display the total size of directories.
# Possible values: always, auto, never
hyperlink: never

# == Symlink arrow ==
# Specifies how the symlink arrow display, chars in both ascii and utf8
symlink-arrow:
Expand Down
3 changes: 3 additions & 0 deletions doc/lsd.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ lsd is a ls command with a lot of pretty colours and some other stuff to enrich
`--group-directories-first`
: Groups the directories at the top before the files. Same as `--group-dirs=first`

`--hyperlink <hyperlink>...`
: Attach hyperlink to filenames [default: never] [possible values: always, auto, never]

`--icon <icon>...`
: When to print the icons [default: auto] [possible values: always, auto, never]

Expand Down

0 comments on commit 5f6aa76

Please sign in to comment.