From 5f6aa76458ebfafa831753d7a3dc1e51a0f78ba1 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Sun, 27 Mar 2022 13:25:55 +0530 Subject: [PATCH] Update documentation for hyperlink --- README.md | 5 +++++ doc/lsd.md | 3 +++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 37732ea..b1e913c 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 3cbc0a1..19e503c 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]