mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-26 05:47:32 +00:00
Merge pull request #536 from filalex77/icons-flag-docs
Add documentation for --icons flag
This commit is contained in:
commit
4d9c6eb39c
2
contrib/completions.fish
Normal file → Executable file
2
contrib/completions.fish
Normal file → Executable file
@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
# Meta-stuff
|
# Meta-stuff
|
||||||
complete -c exa -s 'v' -l 'version' -d "Show version of exa"
|
complete -c exa -s 'v' -l 'version' -d "Show version of exa"
|
||||||
complete -c exa -s '?' -l 'help' -d "Show list of command-line options"
|
complete -c exa -s '?' -l 'help' -d "Show list of command-line options"
|
||||||
@ -14,6 +15,7 @@ complete -c exa -l 'color' -d "When to use terminal colours"
|
|||||||
complete -c exa -l 'colour' -d "When to use terminal colours"
|
complete -c exa -l 'colour' -d "When to use terminal colours"
|
||||||
complete -c exa -l 'color-scale' -d "Highlight levels of file sizes distinctly"
|
complete -c exa -l 'color-scale' -d "Highlight levels of file sizes distinctly"
|
||||||
complete -c exa -l 'colour-scale' -d "Highlight levels of file sizes distinctly"
|
complete -c exa -l 'colour-scale' -d "Highlight levels of file sizes distinctly"
|
||||||
|
complete -c exa -l 'icons' -d "Display icons"
|
||||||
|
|
||||||
# Filtering and sorting options
|
# Filtering and sorting options
|
||||||
complete -c exa -l 'group-directories-first' -d "Sort directories before other files"
|
complete -c exa -l 'group-directories-first' -d "Sort directories before other files"
|
||||||
|
@ -21,6 +21,7 @@ __exa() {
|
|||||||
{-F,--classify}"[Display type indicator by file names]" \
|
{-F,--classify}"[Display type indicator by file names]" \
|
||||||
--colo{,u}r"[When to use terminal colours]" \
|
--colo{,u}r"[When to use terminal colours]" \
|
||||||
--colo{,u}r-scale"[Highlight levels of file sizes distinctly]" \
|
--colo{,u}r-scale"[Highlight levels of file sizes distinctly]" \
|
||||||
|
--icons"[Display icons]" \
|
||||||
--group-directories-first"[Sort directories before other files]" \
|
--group-directories-first"[Sort directories before other files]" \
|
||||||
--git-ignore"[Ignore files mentioned in '.gitignore']" \
|
--git-ignore"[Ignore files mentioned in '.gitignore']" \
|
||||||
{-a,--all}"[Show hidden and 'dot' files]" \
|
{-a,--all}"[Show hidden and 'dot' files]" \
|
||||||
|
@ -61,6 +61,11 @@ when to use terminal colours (always, automatic, never)
|
|||||||
highlight levels of file sizes distinctly
|
highlight levels of file sizes distinctly
|
||||||
.RS
|
.RS
|
||||||
.RE
|
.RE
|
||||||
|
.TP
|
||||||
|
.B \-\-icons
|
||||||
|
display icons
|
||||||
|
.RS
|
||||||
|
.RE
|
||||||
.SH FILTERING AND SORTING OPTIONS
|
.SH FILTERING AND SORTING OPTIONS
|
||||||
.TP
|
.TP
|
||||||
.B \-a, \-\-all
|
.B \-a, \-\-all
|
||||||
|
@ -19,6 +19,7 @@ DISPLAY OPTIONS
|
|||||||
-F, --classify display type indicator by file names
|
-F, --classify display type indicator by file names
|
||||||
--colo[u]r=WHEN when to use terminal colours (always, auto, never)
|
--colo[u]r=WHEN when to use terminal colours (always, auto, never)
|
||||||
--colo[u]r-scale highlight levels of file sizes distinctly
|
--colo[u]r-scale highlight levels of file sizes distinctly
|
||||||
|
--icons display icons
|
||||||
|
|
||||||
FILTERING AND SORTING OPTIONS
|
FILTERING AND SORTING OPTIONS
|
||||||
-a, --all show hidden and 'dot' files
|
-a, --all show hidden and 'dot' files
|
||||||
|
Loading…
Reference in New Issue
Block a user