File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ complete -c eza -s G -l grid -d "Display entries in a grid"
9
9
complete -c eza -s x -l across -d " Sort the grid across, rather than downwards"
10
10
complete -c eza -s R -l recurse -d " Recurse into directories"
11
11
complete -c eza -s T -l tree -d " Recurse into directories as a tree"
12
- complete -c eza -s X -l dereference -d " Dereference symbolic links when displaying information"
12
+ complete -c eza -s X -l dereference -d " Dereference symbolic links when displaying file information"
13
13
complete -c eza -s F -l classify -d " Display type indicator by file names"
14
14
complete -c eza -l color \
15
15
-l colour -d " When to use terminal colours" -x -a "
@@ -91,7 +91,6 @@ complete -c eza -s t -l time -d "Which timestamp field to list" -x -a "
91
91
accessed\t'Display accessed time'
92
92
created\t'Display created time'
93
93
"
94
- complete -c eza -s X -l dereference -d " dereference symlinks for file information"
95
94
complete -c eza -s m -l modified -d " Use the modified timestamp field"
96
95
complete -c eza -s n -l numeric -d " List numeric user and group IDs."
97
96
complete -c eza -l changed -d " Use the changed timestamp field"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export extern "eza" [
7
7
-- across(-x) # Sort the grid across, rather than downwards
8
8
-- recurse(-R) # Recurse into directories
9
9
-- tree(-T) # Recurse into directories as a tree
10
- -- dereference(-X) # Dereference symbolic links when displaying information
10
+ -- dereference(-X) # Dereference symbolic links when displaying file information
11
11
-- classify(-F) # Display type indicator by file names
12
12
-- color # When to use terminal colours
13
13
-- colour # When to use terminal colours
@@ -37,7 +37,6 @@ export extern "eza" [
37
37
-- inode(-i) # List each file's inode number
38
38
-- blocksize(-S) # List each file's size of allocated file system blocks
39
39
-- time(-t) - d # Which timestamp field to list
40
- -- dereference(-X) # dereference symlinks for file information
41
40
-- modified(-m) # Use the modified timestamp field
42
41
-- numeric(-n) # List numeric user and group IDs.
43
42
-- changed # Use the changed timestamp field
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ __eza() {
18
18
{-x,--across}"[Sort the grid across, rather than downwards]" \
19
19
{-R,--recurse}"[Recurse into directories]" \
20
20
{-T,--tree}"[Recurse into directories as a tree]" \
21
- {-X,--dereference}"[Dereference symbolic links when displaying information]" \
21
+ {-X,--dereference}"[Dereference symbolic links when displaying file information]" \
22
22
{-F,--classify}"[Display type indicator by file names]:(when):(always auto automatic never)" \
23
23
--colo{,u}r="[When to use terminal colours]:(when):(always auto automatic never)" \
24
24
--colo{,u}r-scale"[highlight levels of 'field' distinctly]:(fields):(all age size)" \
@@ -58,7 +58,6 @@ __eza() {
58
58
--no-time"[Suppress the time field]" \
59
59
{-u,--accessed}"[Use the accessed timestamp field]" \
60
60
{-U,--created}"[Use the created timestamp field]" \
61
- {-X,--dereference}"[dereference symlinks for file information]" \
62
61
--git"[List each file's Git status, if tracked]" \
63
62
--no-git"[Suppress Git status]" \
64
63
--git-repos"[List each git-repos status and branch name]" \
You can’t perform that action at this time.
0 commit comments