zsh-workers
 help / color / mirror / code / Atom feed
From: Christian Neukirchen <chneukirchen@gmail.com>
To: zsh-workers@zsh.org
Subject: Re: PATCH: _mosh
Date: Sat, 09 Jun 2012 22:07:00 +0200	[thread overview]
Message-ID: <87pq98ntaz.fsf@gmail.com> (raw)
In-Reply-To: <20120608234220.GA18133@scru.org>

Clint Adams <clint@zsh.org> writes:

> Index: Completion/Unix/Command/_mosh
> ===================================================================
> RCS file: Completion/Unix/Command/_mosh
> diff -N Completion/Unix/Command/_mosh
> --- /dev/null	1 Jan 1970 00:00:00 -0000
> +++ Completion/Unix/Command/_mosh	8 Jun 2012 23:40:27 -0000
> @@ -0,0 +1,12 @@
> +#compdef mosh
> +
> +_arguments \
> +  '--client=:client helper:_command_names -e' \
> +  '--server=:server helper:_files' \
> +  '--ssh=:ssh command to run:_files' \
> +  '(-a -n)--predict=:when:(adaptive always never)' \
> +  '(--predict -n)-a[predict always]' \
> +  '(--predict -a)-n[predict never]' \
> +  {-p,--port=}':port:_ports' \
> +  ':remote:_hosts' \
> +  ':remote command:_command_names -e'

Thank you for writing this one, would it be hard to allow user@host too?

-- 
Christian Neukirchen  <chneukirchen@gmail.com>  http://chneukirchen.org


      reply	other threads:[~2012-06-09 20:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-08 23:42 Clint Adams
2012-06-09 20:07 ` Christian Neukirchen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pq98ntaz.fsf@gmail.com \
    --to=chneukirchen@gmail.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).