From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id a213db85 for ; Mon, 25 Nov 2019 09:28:34 +0000 (UTC) Received: (qmail 11487 invoked by alias); 25 Nov 2019 09:28:29 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 44932 Received: (qmail 6687 invoked by uid 1010); 25 Nov 2019 09:28:29 -0000 X-Qmail-Scanner-Diagnostics: from mail-vs1-f42.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.0/25642. spamassassin: 3.4.2. Clear:RC:0(209.85.217.42):SA:0(-2.0/5.0):. Processed in 2.309673 secs); 25 Nov 2019 09:28:29 -0000 X-Envelope-From: sgniazdowski@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.217.42 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=NMiwwpRxVfAKtpInlg17slnq5PRqJbhlcg77dR4vTgA=; b=Jban2NEVwuf0hP1Q++SsK4cXOwD74NO07NbqrD+gwnPxd5FWntpI59PwnaHxq4nGf/ kczkgFJTDjnJZXzX5EtYk5WuuGIa+y5hSvAtdLkADnq3vMbv5Wtf+8NArtpnDkfzUcSr uZV2k7wzV8P/Q/XmrMM6GcjMsGQ2Dk5ZcIVbWmP/GBuPnxY/PwFax96FCl+YblhOE7tj gNZVRq5dLXMVjR49SlEeKi6mvbinWVuuMYF/QseYVDSeZzb2ykt0e5L7ce/FO29CruzU o+OEvz67y86ut0xJZQ5gzRCHvC969oFS6jDq+n7gdDH75S7r04ABY4zmCxQZdIb+tPH6 Ey1g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=NMiwwpRxVfAKtpInlg17slnq5PRqJbhlcg77dR4vTgA=; b=TtvnvVJcNevqktyfiMCfOX+5eJmuC/oNpyHiK3x5uIWzx38fp1yz4O2P7nQvl2IXRr IyhGQnBoxA6xiAJzoFABx0BltuJhRYdBNYZJjEQyYkcBTe2sedY7xew6WP7CQsc2yk3V sxnhwapPviKLBvg7CdyRtCTKEs04+uv5PgR25JmAIhxsjz6BSVgECfUtanvWYqlGirWG fkb5wTHJ/We0R179P4u6448I66Ep6WAaE2NnCiBM/V4x/+ryGiabg1Ylhgv3YmJGfpXo 7yHLwsHCxqMADaK1jCWyn23qeqVRPL+crESLgxiwBCSPvKObE26xPI3t9k9xtTIUJhKX IHxg== X-Gm-Message-State: APjAAAWENGLBne8Zi+2f7MvdCnqgs37qwOADPKsRvdKh+f4vxNKaM34s 5NfQklghbnK2en6f4hJ3yyCgDpQqdkitHHfZad0= X-Google-Smtp-Source: APXvYqw07adPKnCsY7F2V6rWbgit3T2RMi/NKS/NsY1OdVKDZCkbbl/IblRza5R5M1tzjwvbSKH+tvijImzQ9dyx11o= X-Received: by 2002:a67:cfcc:: with SMTP id h12mr18854285vsm.198.1574674073708; Mon, 25 Nov 2019 01:27:53 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Sebastian Gniazdowski Date: Mon, 25 Nov 2019 10:27:48 +0100 Message-ID: Subject: Re: Completion for aplay from alsa-utils To: Eric Cook Cc: Zsh hackers list Content-Type: multipart/alternative; boundary="000000000000ccee6d0598286044" --000000000000ccee6d0598286044 Content-Type: text/plain; charset="UTF-8" Sun., 24 Nov 2019, 23:51 user Eric Cook wrote: > You have created: > - a plugin manager > - a backdoor for executing commands across separately running zsh processes > - a json parser > - a ncurses interface > - a documentation format > > And adding descriptions to a completer is the overwhelming task? > I think that yes, it would be. Think rephrasing one sentence in the name of "not making the work look like if I've just copy-pasted someone's else text" (as this is what's the topic is about, I suspect). It's fine to do so. However, after a few next sentences what's this starts to be is "why I am doing this? isn't it that the authors of the package knew best what the options are for?" and this IMO quickly starts to overwhelm. --000000000000ccee6d0598286044--