diff --git a/README.md b/README.md index 37732ea3a..b1e913c84 100644 --- a/README.md +++ b/README.md @@ -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: ⇒ diff --git a/doc/lsd.md b/doc/lsd.md index 3cbc0a1d2..19e503c20 100644 --- a/doc/lsd.md +++ b/doc/lsd.md @@ -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 ...` +: Attach hyperlink to filenames [default: never] [possible values: always, auto, never] + `--icon ...` : When to print the icons [default: auto] [possible values: always, auto, never]