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 a3564b6b for ; Mon, 6 Jan 2020 13:53:23 +0000 (UTC) Received: (qmail 22069 invoked by alias); 6 Jan 2020 13:53:17 -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: 24600 Received: (qmail 10693 invoked by uid 1010); 6 Jan 2020 13:53:17 -0000 X-Qmail-Scanner-Diagnostics: from mail-lj1-f180.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25684. spamassassin: 3.4.2. Clear:RC:0(209.85.208.180):SA:0(-2.0/5.0):. Processed in 2.250346 secs); 06 Jan 2020 13:53:17 -0000 X-Envelope-From: pierspowlesland@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.208.180 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; bh=kt4n0OGgQfSXVgy5+Pb78TO+xNDuHWv4vNdoHoQEYT4=; b=FUG4ZmmZd9xLdQwlqbkERpjGCff7c20hqE7u+H7FO3v4jgwamQQhKsYYHpexXYhNEt y7LEc8D8DTwdZEAqHhzIkrzqpmkSIAp8WWy7a1xkXTDYlvo61i4fMpnoO67Y+lhVFmMp 0qPHkcUQpXwADSaaQQNROVGq9Yzt/E7CZXmhQHjpbWr3S3ifGuJD7Uqa5kAWo2wQJYjB J1IW31g0PaRAGLduJYIKJf4uqih4B1BpF+f55xiNlUI397roYWyYyZah6s7OvDKyFOhU i9hceRWHIqNmezg5DB8hrM8dImfvT0K9pCIs7Fz9WXh774DPwpQ55bjLm2ey1bVCelPm X3Ng== X-Gm-Message-State: APjAAAWDuH/u4hxjHz1993a2zUl9TwMfl+bX8DXcJ+PQXeSbN8bxfQyS 8zgLV7+n/L0vFXFMVxPiLMamRhCkK0SzO+nwv9LooeLN X-Google-Smtp-Source: APXvYqwyaap1lomJJG5v8WsAX665Y2yWjXpXaFNRA4DSqXeSCCNfmpzAGfgh2x8XpDHHN1jogcUukPAvkhdC1Ju27LQ= X-Received: by 2002:a05:651c:111c:: with SMTP id d28mr61044153ljo.32.1578318761224; Mon, 06 Jan 2020 05:52:41 -0800 (PST) MIME-Version: 1.0 From: Piers Powlesland Date: Mon, 6 Jan 2020 13:52:29 +0000 Message-ID: Subject: Using fzf for completions To: Zsh Users Content-Type: multipart/alternative; boundary="0000000000001aef53059b78f98f" --0000000000001aef53059b78f98f Content-Type: text/plain; charset="UTF-8" Hi, I've been using fzf for a while now and really like it. It takes any input via std in lets the user select a line using a fuzzy search and then spits the selected content back out onto the command-line. I've set up a few custom widgets with it, open any file under the current path in vim, switch to another branch ... etc. These all require me to supply the input explicitly to fzf. What I would like to do is use fzf for selecting completions as a replacement for menu selection. I've had a look through the manual and user guide, but I can't any way to achieve this. --0000000000001aef53059b78f98f--