Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
tab completion sort by modification time
- X-seq: zsh-users 19722
- From: kamaraju kusumanchi <raju.mailinglists@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: tab completion sort by modification time
- Date: Sat, 10 Jan 2015 14:33:49 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=m+CPd3k9RSEig7kWCo4lTHwIOil51dS3NXUIqZEsHJo=; b=CfSVcWLDog/6yclB0ape+r1RWkq129y4kJLvvKtT6jkJo4jAVjhP4JOCx1eSaxX6a3 W3Oz1qX9IrvPknr+mthTI53yQX21+zr5F3Q5n94RWNuqPKKT3LlhCXTWcRBMdLFULeVm QKjV4ERX0zuzq2Ycbxp7OWNRiiaeUgVIJVi6HV7anbscPLS83+zyusr+WD5xQHL5TlnM CoUxQCEH++YGsYD1/fCWaJa+ItBPII1KNeQKFLc+KHcRQIF4tTPztmAArD7mxPb09SiG wvOcf599EEylkjKiIx5Y3/dn/N2Ss5SqXUHeXrgfE1DpxikaLqoOXi6xYlo7up/c9RKC t3kQ==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi all,
Long time bash user here. Looking to see if zsh can solve my
particular problem. If it does, I'd like to switch to it.
Say a directory contains a lot of files and say I am only interested
in the files that were recently edited/created. When doing a tab
completion inside this directory, I would like the files to be listed
in the order of modification time (similar to ls -rt). This way the
latest files show up at the end and I can easily copy/paste their
names using mouse onto the command line.
Is zsh tab completion system comprehensive enough to do something like this?
FWIW, this feature is not present in bash at the moment -
http://lists.gnu.org/archive/html/bug-bash/2014-12/msg00161.html . So
I am looking for alternatives.
thanks
raju
--
Kamaraju S Kusumanchi
http://malayamaarutham.blogspot.com/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author