Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh completion of ls command is a little off
- X-seq: zsh-workers 40948
- From: Jared N <JaredNorman@xxxxxxxxxxx>
- To: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Subject: zsh completion of ls command is a little off
- Date: Sat, 8 Apr 2017 12:56:25 +0000
- Accept-language: en-ZA, en-US
- Authentication-results: zsh.org; dkim=none (message not signed) header.d=none;zsh.org; dmarc=none action=none header.from=hotmail.com;
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hotmail.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=4l+fNFdZT23mf7gHs/BtyP8ksSrrRukxBTxG8RQYP70=; b=sdmO4BxovkBpNiYOQKfslNZYDYbmRjtTFA93b3Rz3VicNwouemrfbSX8ojOLQgcMk2y8awzNFiyCTx4XTIL3teja0AfGwm0oHEo/EeYvAWscpyqYvBbLIsem1JMGKZ1JiBMjncWIjDr+xbLjodMtkmU66afeGjdYlu7int9Atl7A/RBr6mG1BJ26cpjOM6sSSELWUX7jNw8k0HCGM7tMwyOT7/JUnhzp8tp3Me9/eO/K5uErcFhHRpSNLE0V9yRDwNcqMD5IF6jdymuBDuqvBzK30wRmZ/CC/6sPwoPrMEcP0PLfdjM+GfhcUq2zTMGQRUYK/xM9mnOOXockX4h/kw==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
- Thread-index: AQHSsF4eK85VLE0EE0ytQqMYrnMAzA==
- Thread-topic: zsh completion of ls command is a little off
Good day
I noticed that zsh won't complete the parameter "--group-directories-first" for any version of ls. This seems strange to me as it's on the man pages at https://linux.die.net/man/1/ls and is valid in my particular case at least (Ubuntu 16.01). Is there a reason it's not included in my /usr/share/zsh/functions/Completion/Unix/_ls and can I prepare a pull request to the git://git.code.sf.net/p/zsh/code repository after making the relevant changes?
Thank you,
Jared
ls(1): directory contents - Linux man page<https://linux.die.net/man/1/ls>
linux.die.net
List information about the FILEs (the current directory by default). Sort entries alphabetically if none of -cftuvSUX nor --sort.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author