File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,10 @@ complete -c exa -l 'time-style' -x -d "How to format timestamps" -a "
74
74
long-iso\t'Display longer ISO timestaps, up to the minute'
75
75
full-iso\t'Display full ISO timestamps, up to the nanosecond'
76
76
"
77
+ complete -c exa -l ' no-permissions' -d " Suppress the permissions field"
78
+ complete -c exa -l ' no-filesize' -d " Suppress the filesize field"
79
+ complete -c exa -l ' no-user' -d " Suppress the user field"
80
+ complete -c exa -l ' no-time' -d " Suppress the time field"
77
81
78
82
# Optional extras
79
83
complete -c exa -s ' g' -l ' git' -d " List each file's Git status, if tracked"
Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ __exa() {
40
40
{-S,--blocks}" [List each file's number of filesystem blocks]" \
41
41
{-t,--time}=" [Which time field to show]:(time field):(accessed changed created modified)" \
42
42
--time-style=" [How to format timestamps]:(time style):(default iso long-iso full-iso)" \
43
+ --no-permissions" [Suppress the permissions field]" \
44
+ --no-filesize" [Suppress the filesize field]" \
45
+ --no-user" [Suppress the user field]" \
46
+ --no-time" [Suppress the time field]" \
43
47
{-u,--accessed}" [Use the accessed timestamp field]" \
44
48
{-U,--created}" [Use the created timestamp field]" \
45
49
--git" [List each file's Git status, if tracked]" \
You can’t perform that action at this time.
0 commit comments