Update documentation for hyperlink

This commit is contained in:
Abin Simon 2022-03-27 13:25:55 +05:30 committed by Wei Zhang
parent 2348dd8729
commit 5f6aa76458
2 changed files with 8 additions and 0 deletions

View file

@ -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: ⇒

View file

@ -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]