Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Please make "apt install <tab>" completion work on "local" .deb files
- X-seq: zsh-workers 42490
- From: Chris Lamb <lamby@xxxxxxxxxx>
- To: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- Subject: Re: Please make "apt install <tab>" completion work on "local" .deb files
- Date: Thu, 22 Mar 2018 00:16:01 +0000
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=iCEJob 9JjVGgaqRILwj6aaf+RZfNujI2tnYx8GV+yPU=; b=jftEWJ0HlKXwXvDJZ2ItkL rTfkGdUWL6SBpm8Kn5LLKC+BHWYI5PqqbYGS+NOhQM+SEKFgX1lPlciAyt57pV/n dTR8ZZc8+qP4iTHnM94oqSmeh9gVEGKVZGpeX8/hru+R5Huhb3um69mdH5kEPmAh ZGTNUM07/yAOH1y+78s7O3Y/VIUKp28Xn0p+oC1w0KsCtJZBQTXk4yiBqYfRypxl LFhnZjSP20NdhSc4D9jty3XIhsXvIZ2AI2y5xYg3/khxeu3FkyHn7RGQfHzcVGow UvAot6ghOjVA2KmzmiloLWrKhIDmXf+7/gRopoXCbvY2M4r3YZDWewtCVcEi3wwg ==
- In-reply-to: <25628.1521677380@thecus>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1519750495.1943824.1285291424.7F4B6205@webmail.messagingengine.com> <25628.1521677380@thecus>
Hi Oliver,
> On 27 Feb, Chris Lamb wrote:
> >
> > Please make "apt install <tab>" completion work on local .deb
> > files. For example, given a "foo_1.0_amd64.deb" in the current
> > directory:
> >
> > $ sudo apt install ./f<TAB>
> >
> > … should expand to:
> >
> > $ sudo apt install ./foo_1.0_amd64.deb
>
> Is the same applicable to apt download, source and build-dep also?
> Or just some subset of those?
No, only install for the filename case.
> Is any path valid, just so long as it contains at least one slash? Or does
> it have to be something like "./"?
Has to be "./" :-)
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby@xxxxxxxxxx / chris-lamb.co.uk
`-
Messages sorted by:
Reverse Date,
Date,
Thread,
Author