Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: minimal dropbox command line completion
- X-seq: zsh-workers 47348
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- Subject: Re: PATCH: minimal dropbox command line completion
- Date: Sat, 29 Aug 2020 00:38:57 +0000
- Archived-at: <https://zsh.org/workers/47348>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2020-08/20200829003857.0a14a362%40tarpaulin.shahaf.local2>
- Authentication-results: zsh.org; iprev=pass (wout3-smtp.messagingengine.com) smtp.remote-ip=64.147.123.19; dkim=pass header.d=daniel.shahaf.name header.s=fm1 header.a=rsa-sha256; dkim=pass header.d=messagingengine.com header.s=fm3 header.a=rsa-sha256; dmarc=skipped; arc=none
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-type :content-transfer-encoding; s=fm1; bh=c4Cw8Dt0+RZvSePbxdqNjOr3p8 fq5+aihg+yIHR9K/I=; b=en7RX5lSg4uFHXKiK1huIBKI5VQ0uPUcv6QVGPZBxt PBxOQVihexAuzrCTHRSVsPPnQZigrVTJd3TuS8/QjSC+Q4/Q4bS1b3wJWOO8OAL6 vOLDfYTfU3bhVDtgT3xFxAcINDkP/YY5ahDuxKA5Vb02Diwx8r/BUDzLm+MmeSBk p6NomnmYvVBaHuEFu1uOSP9i82Bm5wJv91StDJX62WQ08YPVDSBCCm2tzeVz8bBQ VgIJJCPvgmLVElWybkCJ/3FMExNYOczZrNF0pC2lh80aoXAHdkSwq7KK1tfka6F7 uJ8VrR9oADgrqKR90uTrMNKsZG2H9bJ2UFh2DHtVhkcA==
- 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=c4Cw8Dt0+RZvSePbxdqNjOr3p8fq5+aihg+yIHR9K /I=; b=TyETuu7xo7T/O0H6So9TIdfbYQmoDwyzLrqsgEmKGaQhREx/Wnt9GwhWJ ahUDRNBfsua4kmKh9Lg77rGzbrtz0qYFFtl2sBQUfyZnoI3dgnQ32G+Pwmaph2oy TxqjYF5OmF+DCswOlqQSw5I+D8m4rP41qDzSbHBZyAQMyvfRbNIR7lYiYtvzwCVc oDtSXQ8HbzBROkneVZ5hdGLh8XyQeOYL4J8ilh0SqWbu41afJgLaUDX9aVvrl61D MndC29/EFYFFOMN87Edw7OHGp37N/W1lhnxJR5l9/Y20V1bJfcsA1FEAWyO0SPeK HC7WYsXMsZnNvo9zlmc2H4H1PjsyQ==
- In-reply-to: <842686448.1489803.1598603222115@mail2.virginmedia.com>
- List-archive: <http://www.zsh.org/sympa/arc/zsh-workers>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-workers.zsh.org>
- List-owner: <mailto:zsh-workers-request@zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-workers>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-workers>
- References: <ee24c5f032cd407c4677b670fc297f7152868ed8.camel@ntlworld.com> <20200828022232.0914170c@tarpaulin.shahaf.local2> <842686448.1489803.1598603222115@mail2.virginmedia.com>
- Sender: zsh-workers-request@xxxxxxx
Peter Stephenson wrote on Fri, 28 Aug 2020 09:27 +0100:
> > On 28 August 2020 at 03:22 Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
> > Peter Stephenson wrote on Thu, 27 Aug 2020 21:15 +0100:
> > > +++ b/Completion/Unix/Command/_dropbox
> >
> > Relation to [1]? It uses a different top-of-file directive, but
> > nevertheless seems to be possibly related.
> >
> > [1] https://github.com/zpm-zsh/dropbox/blob/master/functions/_dropbox-cli
> > [2] https://github.com/ivoarch/dropbox-zsh-completion/blob/master/_dropbox
>
> I guess they all have the same intention. The first one complete command
> arguments better.
>
> We should probably have something along these lines in the distribution.
> I don't really mind which.
I certainly don't have a horse in the race.
I guess merging [1] and extending it would be the best option
technically. However, that file appears to be under the GPLv3 (per the
LICENSE file in its repository). Is that a problem?
If it is, the author's email address is available at
https://github.com/zpm-zsh/dropbox/commit/16f047dae32830e2e1394d8352c241365ebd415a.patch.
Cheers,
Daniel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author