Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Coreutils-like File Completion
- X-seq: zsh-workers 41812
- From: Noam Barnea <thekittendev@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Coreutils-like File Completion
- Date: Thu, 5 Oct 2017 03:24:58 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:from:date:message-id:subject:to; bh=S38C4Hb8UV2NWNEZ5sLmLFiaSOkFgBQ7OMfKQ7scN6Y=; b=siXmrmupnvWvlwhHx9issUjUsOaHgH77+HUJKwtdMFjCoARsWnnbR5UPDiDEGl1Fsm icRNC8cCqNsmuPWpWwhmd1nl3asfTOeXPzEB8CGyR7VRrM3ahCVPm+OHPVMM6WJi8Dvg njsozoEB59CiRoq21+VInvSjRvGaLF/JuVId7z/29Ure1LvrxPE1n3Xc5tByFRKu802e LV4gJ08zd9MzUKIh6Y6tqI2uFJXAJ7/eR2AjsgLem0eIAYJRbLCxvDe/kJZcoj7htqT+ 9d3AVYF3Yr1CLr8ZbSOjut23rNEIKLsmgT3ilCHJlnEb9T5reDC4XfcRNfcHWEbGCkmL uOcw==
- 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
- Sender: noammac.yuval2@xxxxxxxxx
Since coreutils-8.24 (as far as I can tell from the Coreutils git), ls
escaped filenames with single quotes instead of backslashes. On zsh (zsh
5.4.2 stable, freshly installed) escaped filenames in filename completion
(typing cd then pressing Tab) are still escaped with backslashes. I think
the Coreutils standard should be followed as it is more shell-friendly and
promotes better, more efficient commandline practices.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author