zsh-users
 help / color / mirror / code / Atom feed
* status of the cssh autocompletion
@ 2017-05-22 13:53 ` Thomas Kupper
  2017-05-22 15:06   ` Peter Stephenson
  2017-05-22 15:13   ` Bart Schaefer
  0 siblings, 2 replies; 5+ messages in thread
From: Thomas Kupper @ 2017-05-22 13:53 UTC (permalink / raw)
  To: zsh-users

[-- Attachment #1: Type: text/plain, Size: 404 bytes --]

Hi,

I recently switched to zsh from bash and miss the more complete
autocompletion for cssh. Even google didn't show any user which modified
or extended the _cssh file.

Is there a specify reason for it? Do I miss the obvious?

Now I created an extend (but not yet finished) autocompletion. Is there an
interest to include that into the upstream zsh? What would be the process.


Have a good day
Thomas

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: status of the cssh autocompletion
  2017-05-22 13:53 ` status of the cssh autocompletion Thomas Kupper
@ 2017-05-22 15:06   ` Peter Stephenson
  2017-05-24 10:56     ` Thomas Kupper
  2017-05-22 15:13   ` Bart Schaefer
  1 sibling, 1 reply; 5+ messages in thread
From: Peter Stephenson @ 2017-05-22 15:06 UTC (permalink / raw)
  To: Thomas Kupper, zsh-users

On Mon, 22 May 2017 15:53:09 +0200
Thomas Kupper <thomas.kupper@gmail.com> wrote:
> I recently switched to zsh from bash and miss the more complete
> autocompletion for cssh. Even google didn't show any user which modified
> or extended the _cssh file.
> 
> Is there a specify reason for it? Do I miss the obvious?
> 
> Now I created an extend (but not yet finished) autocompletion. Is there an
> interest to include that into the upstream zsh? What would be the process.

There will almost certainly be no other reason than that nobody else has
produced an update yet.

For a few completions, the developers of the utility supply their own
versions of the completion function in their distribution, which allows
them to match the completion to the version of their firmware.  But this
is a rare case, and usually when that happens the more limited on in the
zsh distribution would be deleted.

For everything else --- simply send a patch to update the function(s) to
the zsh-workers@zsh.org list and we'll gladly add it to the distribution.

pws


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: status of the cssh autocompletion
  2017-05-22 13:53 ` status of the cssh autocompletion Thomas Kupper
  2017-05-22 15:06   ` Peter Stephenson
@ 2017-05-22 15:13   ` Bart Schaefer
  2017-05-24 10:53     ` Thomas Kupper
  1 sibling, 1 reply; 5+ messages in thread
From: Bart Schaefer @ 2017-05-22 15:13 UTC (permalink / raw)
  To: zsh-users

On May 22,  3:53pm, Thomas Kupper wrote:
}
} I recently switched to zsh from bash and miss the more complete
} autocompletion for cssh.

I haven't explicitly tried using _bash_completions for cssh, but I don't
know of any reason it wouldn't work.

} Is there a specify reason for it? Do I miss the obvious?

My own usage of cssh is pretty regimented -- I essentially never need to
complete anything, because I'm always running one of the same 3 or 4
commands that are already in my history.  I don't think there's anything
obvious other than lack of need/interest.

} Now I created an extend (but not yet finished) autocompletion. Is there an
} interest to include that into the upstream zsh? What would be the process.

Send it to zsh-workers@zsh.org and we will review and most likely add it
to the distribution.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: status of the cssh autocompletion
  2017-05-22 15:13   ` Bart Schaefer
@ 2017-05-24 10:53     ` Thomas Kupper
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Kupper @ 2017-05-24 10:53 UTC (permalink / raw)
  To: Bart Schaefer; +Cc: zsh-users

[-- Attachment #1: Type: text/plain, Size: 1150 bytes --]

On Mon, May 22, 2017 at 5:13 PM, Bart Schaefer <schaefer@brasslantern.com>
wrote:

> On May 22,  3:53pm, Thomas Kupper wrote:
> }
> } I recently switched to zsh from bash and miss the more complete
> } autocompletion for cssh.
>
> I haven't explicitly tried using _bash_completions for cssh, but I don't
> know of any reason it wouldn't work.
>
> } Is there a specify reason for it? Do I miss the obvious?
>
> My own usage of cssh is pretty regimented -- I essentially never need to
> complete anything, because I'm always running one of the same 3 or 4
> commands that are already in my history.  I don't think there's anything
> obvious other than lack of need/interest.
>
> } Now I created an extend (but not yet finished) autocompletion. Is there
> an
> } interest to include that into the upstream zsh? What would be the
> process.
>
> Send it to zsh-workers@zsh.org and we will review and most likely add it
> to the distribution.
>

Thanx Bart,

I haven't tried to use the bash completions for _cssh. I'll give it a go.
But will work on the extension of the current _cssh ZSH completion anyway
and will send it to workers@zsh

Have a good day

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: status of the cssh autocompletion
  2017-05-22 15:06   ` Peter Stephenson
@ 2017-05-24 10:56     ` Thomas Kupper
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Kupper @ 2017-05-24 10:56 UTC (permalink / raw)
  To: Peter Stephenson; +Cc: zsh-users

[-- Attachment #1: Type: text/plain, Size: 1310 bytes --]

On Mon, May 22, 2017 at 5:06 PM, Peter Stephenson <p.stephenson@samsung.com>
wrote:

> On Mon, 22 May 2017 15:53:09 +0200
> Thomas Kupper <thomas.kupper@gmail.com> wrote:
> > I recently switched to zsh from bash and miss the more complete
> > autocompletion for cssh. Even google didn't show any user which modified
> > or extended the _cssh file.
> >
> > Is there a specify reason for it? Do I miss the obvious?
> >
> > Now I created an extend (but not yet finished) autocompletion. Is there
> an
> > interest to include that into the upstream zsh? What would be the
> process.
>
> There will almost certainly be no other reason than that nobody else has
> produced an update yet.
>
> For a few completions, the developers of the utility supply their own
> versions of the completion function in their distribution, which allows
> them to match the completion to the version of their firmware.  But this
> is a rare case, and usually when that happens the more limited on in the
> zsh distribution would be deleted.
>
> For everything else --- simply send a patch to update the function(s) to
> the zsh-workers@zsh.org list and we'll gladly add it to the distribution.
>
> pws
>
Thanx Peter for the explanation, I'll send the patch to workers@zsh when I
finished patching the current one up.

Have a good day

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-05-24 10:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20170522135423epcas2p33bbcf4954f30e2241b6cee17a9b65fae@epcas2p3.samsung.com>
2017-05-22 13:53 ` status of the cssh autocompletion Thomas Kupper
2017-05-22 15:06   ` Peter Stephenson
2017-05-24 10:56     ` Thomas Kupper
2017-05-22 15:13   ` Bart Schaefer
2017-05-24 10:53     ` Thomas Kupper

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).