From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10401 invoked by alias); 27 Oct 2014 05:38:01 -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: X-Seq: 33552 Received: (qmail 13676 invoked from network); 27 Oct 2014 05:37:59 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:date:content-type:mime-version :content-transfer-encoding; bh=Oaltb6FvIu1s5qel8yglAoq7pOsA4yNPw3X5IMLc3u4=; b=kBcH/CahwE1vOIoRu/B1zrCuddIMprpknTJuB7++poLMEv01Mh7gJUKR5ndO7VFs9h YieWQcBYEiKUrP7oZY9e57BsHJis0NBsVeFh5P1KxAznfhfkc+GTJkXn/CORlyzAX4CK Fe4ctviXEoYK5iLMkURrrJ6URn03LWpjjnJ/xxIvDLBvkCKYTEQ1l5MfvSvPNKIoTrW3 MgCaalZsTSgWTw/7caISFXvXPtXjRgijNOScZjDSUxqqVLwBS04bbtdDJRcjc7E5neJg NxmXyBDvPgmHBkSMAjq/Pu3Hoz3ttHi9CV0lJRfHY1S2NyBKfYvhs+kkEictwuOIcOPu oeFg== X-Received: by 10.112.159.229 with SMTP id xf5mr647194lbb.64.1414388274576; Sun, 26 Oct 2014 22:37:54 -0700 (PDT) Message-ID: <1414388252.16236.3.camel@gmail.com> Subject: dnf completion From: Igor Gnatenko To: A workers/hackers list Date: Mon, 27 Oct 2014 08:37:32 +0300 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.13.6 (3.13.6-1.fc22) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Hi, I've implemented bash-completion for dnf package manager[0]. Now I switched to using zsh as my primary shell and found some cool things, but I need completion for dnf. As I see yum functions implemented in zsh, can you do this for dnf too? How I can help? Where I can find documentation how to implement this completion? [0] https://github.com/rpm-software-management/dnf/blob/master/etc/bash_completion.d/dnf-completion.bash -- -Igor Gnatenko