mirror of
https://github.com/lsd-rs/lsd
synced 2024-11-10 06:14:19 +00:00
Update documentation for hyperlink
This commit is contained in:
parent
2348dd8729
commit
5f6aa76458
2 changed files with 8 additions and 0 deletions
|
@ -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: ⇒
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue