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=-1.0 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, 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 e56a929b for ; Mon, 13 Jan 2020 07:35:45 +0000 (UTC) Received: (qmail 27729 invoked by alias); 13 Jan 2020 07:35:36 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 24652 Received: (qmail 17228 invoked by uid 1010); 13 Jan 2020 07:35:36 -0000 X-Qmail-Scanner-Diagnostics: from mail-ua1-f50.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25691. spamassassin: 3.4.2. Clear:RC:0(209.85.222.50):SA:0(-2.0/5.0):. Processed in 1.273428 secs); 13 Jan 2020 07:35:36 -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.222.50 as permitted sender) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=AH+P0L4G+/jg3ulhujVrRSHnRjGcfB629ymls1W0C2g=; b=qsysQbu1rh/KCKNPaFuTNgA1J32+P8XYLIBjdGxnMK6vxnBs0+RL+3vP5/E1bgyisn H1JUfvDINx5M3IqOK6QLdIxG4Wx99wRdLdvsc5hgGT9blcp0IuewLR2Xsxb6FQLLARhM doG+4gJuxRi8UQM71i3JOEQrE2UKbl90nu9izxpZlo85dY/wbku1sUo0PdcpPU2TsidG 7yPQtiViIUxnZcv7x+qOHIOCrg31IoJOtp6lr/b7ySJHtPhMZEngJ1KP/gA0bM7QJPcp iUGYr5WCNsXv3kqUGl8SNNSIcrJRH3xWPUchaJMEqAkRZz6TpYyIE+Ef4MfXV06FIUJ1 rdUQ== X-Gm-Message-State: APjAAAXA+4npPoXRf5MM41+KBorbapdUhpg7YWaUbY0Z/q061Xyipb9m eikzvldEP000u648kFTHALbtGSEauM4E29BS6lypD+jQOUE= X-Google-Smtp-Source: APXvYqxWDRhVpGMKl0F0KEmEqbypDMA02MxcLlobcFe5Szcn3rEkns525R7lGAVyGBKTkdQPaa70G2AzaRWN6M7kvjY= X-Received: by 2002:a9f:2b0a:: with SMTP id p10mr6272995uaj.28.1578900901277; Sun, 12 Jan 2020 23:35:01 -0800 (PST) MIME-Version: 1.0 From: Sebastian Gniazdowski Date: Mon, 13 Jan 2020 08:34:51 +0100 Message-ID: Subject: A refreshed man-completion plugin To: Zsh Users Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi! Ever got down because of the completion listing hundreds of options and not recalling the needed prefix? Here's a possible solution =E2=80=93 a plugin that allows *selecting options from the manual of the command* via a comfortable textual interface (created using the ZUI library) =E2=80= =93 ZZ Complete. Check out asciicast: https://asciinema.org/a/293329 Project home page: https://github.com/zdharma/zzcomplete The project existed for a few years however now it uses ZUI library to create the interface instead of own zsh/curses code. -- Sebastian Gniazdowski News: https://twitter.com/ZdharmaI IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin Blog: http://zdharma.org