Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh completion input
- X-seq: zsh-users 15083
- From: micheal S <mchls5714@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: zsh completion input
- Date: Sun, 30 May 2010 11:36:01 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=KqOLukKmwUyyKGLv7rBAvY3qWj+hEamKXJ4c2peeFZo=; b=ExLExQy47by2BmHiOG6vmRClNgw9SOtwUwjA90Rmg8D/xgjeFLdo1nKZBxzG5zNuEo OplQSbhGVSqlB4jVvkfDHQ3gulGwd+V3o+GDhANlPw6nypdZJVM1mVC7ooM3nNJtVgkk 64FHXJnGcXQZjowxIeGzVdq2knzWxcIaiIVog=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=qjcj1HXVm7aRddeXFECgn3JErGTdNyTOllVL5y6SFtug07pwOR7alyKybXVoXF3K/H YhFiiy7p+x2gmK8QtwxeGsH76gcbqGhtZx0y0wlrzm5v46d1Q1pIbYFslta7A0FCrATn Wuy7aFBWesIMmtNa1MQkPOvUEY7sGGn3qy+0o=
- In-reply-to: <AANLkTilwLSd4Xb2fSi510ZPxiSZw2-pznBjrNxkFtZK5@xxxxxxxxxxxxxx>
- 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
- References: <AANLkTilwLSd4Xb2fSi510ZPxiSZw2-pznBjrNxkFtZK5@xxxxxxxxxxxxxx>
Hi,
is it possible to change temporary the internal zsh completion list.
For example I have something like this in mind:
Suppose I have tfile1.pdf, tfile2.pdf and tfile3.pdf somewhere (not
necessarily in the same dictionary) on my hard drive.
The following doesn't work, but I think it makes clear what I want:
evince $(locate tfile | grep pdf)
then I want to be able to press TAB and select one one of the files
tfile1.pdf, tfile2.pdf, tfile3.pdf via menuselect.
Thanks
Michael
Messages sorted by:
Reverse Date,
Date,
Thread,
Author