Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Feature idea: Expanding on completion functions
- X-seq: zsh-workers 26100
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "Zsh Workers" <zsh-workers@xxxxxxxxxx>
- Subject: Feature idea: Expanding on completion functions
- Date: Sun, 30 Nov 2008 22:35:18 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=+itgmoC1z9UVDqA7MSN7lSc1GGHWzKj9YeFI+gwUeEU=; b=swmac58zYVJW0FxUZBw6TsMnhlKPekHNMn4GJrJd97sCUy8zXvn5/mH0SpTN4JuoJD jzimu9WKWBfF9bjpdTkvi/l9n7BJIj54DslqHaEKETV69MzSsCmjTSNXAP/O6aG9mca6 RLx9TCLb57ELYO7zvuX8hFeXbiwr8yBxOCQww=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=dnFLuIBp4Wiz59qBhVNUQH0OeM7Nh7krmVWGHE1zSY8+WD5EAQZk8svbA7L4DLKP+k nHzKWufTc/1nmdpYVROHp+imetkS5KNUo/UMv9Tu0+WhnLyaDzsRpO0j5MODbrDyBiSU YHNWDlpDHCwfqdr9rERzlr56tdQprl7UkqhSM=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hi all,
quite often, I wish I could use the output of a completion function
on the comand line. Think
my_list=$(magic_function(apt-get install openoffice-<tab>))
The completion functions are so powerful it's a shame not to use
their output for more purposes.
Bart(?) told me this would not be an easy thing to do so I think
it makes sense to implement this through a shell feature or not
at all.
Thoughts, feedback, suggestions?
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author