diff options
| author | Oliver Kiddle <opk@zsh.org> | 2023-10-11 00:57:16 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2023-10-11 00:57:16 +0200 |
| commit | 985952e2f616c816e24c4cf5aee70416e4f23e07 (patch) | |
| tree | e37424c3fec594ba2e03217ee4915f7b1276035c /Completion/Unix/Command/_ls | |
| parent | 52216: metafy usernames to allow for them to be UTF-8 encoded (diff) | |
| download | zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.tar zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.tar.gz zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.tar.bz2 zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.tar.lz zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.tar.xz zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.tar.zst zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.zip | |
52217: update completions for FreeBSD 14
Diffstat (limited to 'Completion/Unix/Command/_ls')
| -rw-r--r-- | Completion/Unix/Command/_ls | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Completion/Unix/Command/_ls b/Completion/Unix/Command/_ls index df14e7e2c..975a28196 100644 --- a/Completion/Unix/Command/_ls +++ b/Completion/Unix/Command/_ls @@ -96,6 +96,7 @@ if ! _pick_variant gnu=gnu unix --help; then if [[ $OSTYPE = freebsd* ]]; then arguments+=( '-,[print file sizes grouped and separated by thousands]' + '(-S -f -t -U)-v[sort by version (filename treated numerically)]' '-y[with -t, sort filenames in the same order as the time]' '-Z[display MAC label]' '--color=-[control use of color]:color:(never always auto)' @@ -163,12 +164,12 @@ else '(-a --all -U -l --format -s --size -t --sort --full-time)-f[unsorted, all, short list]' '(--reverse -r -U -f)'{--reverse,-r}'[reverse sort order]' - '(--sort -t -U -v -X)-S[sort by size]' - '(--sort -S -U -v -X)-t[sort by modification time]' - '(--sort -S -t -v -X)-U[unsorted]' - '(--sort -S -t -U -X)-v[sort by version (filename treated numerically)]' - '(--sort -S -t -U -v)-X[sort by extension]' - '(-S -t -U -v -X)--sort=[specify sort key]:sort key:(size time none version extension)' + '(--sort -f -t -U -v -X)-S[sort by size]' + '(--sort -f -S -U -v -X)-t[sort by modification time]' + '(--sort -f -S -t -v -X)-U[unsorted]' + '(--sort -f -S -t -U -X)-v[sort by version (filename treated numerically)]' + '(--sort -f -S -t -U -v)-X[sort by extension]' + '(-S -f -t -U -v -X)--sort=[specify sort key]:sort key:(size time none version extension)' '--color=-[control use of color]:color:(never always auto)' "*--hide=[like -I, but overridden by -a or -A]:pattern: " |
