Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: wierd sshfs completion
- X-seq: zsh-users 13957
- From: Freak <freakguard@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: wierd sshfs completion
- Date: Sat, 21 Mar 2009 13:31:32 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=CNAwksNuTiThcdD9W6IUW8tHg+B2FH25eB2sXCo23fs=; b=d24saloHwtTlUN45kzDI00cdQEIY3KsHKs4cSqRbLcDW6KuU7Ne9/I4sKndMCts4gr QxjLXcNTKunLt2v4Y5Ua4pCmm0H8GRhT8PRijvqGr6i8VsGwQthQXJ45zeSL363MHWdz mNivveTOy1NsSQwK1swSvlYdFtE5+G75CZtIo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; b=AJwnCZStODJSZZWPb7JYWNR58WtFbjqrUHdO7Sg3Ouh12DHvR3/DsJeTxSWhTxeqpE Rled08Fm67ZT0K4runJ9Br+zmRO146zTx/9XQbTAPpsv775pV1wQ3Dm4nfCofDcy5fqt bDXG4vF38/3J/iZTnJ7N/6NRhtY7vtV1jDEGc=
- In-reply-to: <20090321122841.GA15859@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <200903211203.20315.freakguard@xxxxxxxxx> <20090321122841.GA15859@xxxxxxxxxxxxxxxxxxxxxxx>
On Saturday 21 March 2009 13.28:41 you wrote:
> On Sat, Mar 21, 2009 at 12:03:20PM +0100, Freak wrote:
> > The problem:
> > sshfs <tab>
> > ---- remote directory
> > <users>
>
> I think I had the same problem a while ago... but I can't exactly recall
> the reason for it.
> The attached completion file should fix at least the match description,
> just put it into some directory in $fpath to use it.
Hm... works partially. First tab:
---- remote host name
<host names>
---- login name
<user names>
Works good. But after choosing a remote hostname <tab>:
(space)<local dirs>
It should display remote dirs instead (like scp)
Greetings
Messages sorted by:
Reverse Date,
Date,
Thread,
Author