X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:references :mime-version:content-type:in-reply-to; q=dns; s=default; b=eGL4 cwtKw275tv/nOzbuhLSomIrUgcB7ZRNw6IO4c7FCye5xRGb1DqP9Ggr4YoIIY0JQ aUSRpxLv/yGsWBDeLu9s7FZRSe3K+wSuED8FbeLecMEKPcBAVXg6TxDrsIXADYJk xh+JCL9sk0TTtKeFnJG7j6NCsHbgjn8oVOep2XI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:references :mime-version:content-type:in-reply-to; s=default; bh=/3wBKPK3Ox CN0fONC3mE4vqTE/w=; b=Bw+9G6U9ktL53+59lLOKfuXrojyO1oGsv9Hs1Objid UN2NYNKE5Ge6AXHulwZvQlmKc/sJYv67sXvsRLFxAQJbn5p+WJheeNOpyPjd+RIs gJV+Tq9i6BIq7D5ExG2M+WifBRKQI0cMonvB5tvSM0gfS2k1gbc/RuZ0G/AXnuks 8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wm0-f43.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=lxi/CX2LIUFQhk3nJqFroQka+KxaO5MAKMl5vd/NlUk=; b=SzDBeW5uN247epSIZSNniaW6jKh13Nj54lGSTkqI4lIGG0GwneGf10MUjdgKZ04KKq HXMXlSmbmblpWF1Voy5Fncsx4uCtc4g7qrwU0o1E3g4JK/H7+pKa4SNgATp1dx3aU6ex 07V7Avj+dJISKOwgOLD7fNZep6HHbGw/hlmbPmU5Ho7LJEsaIJ/A6aeVFMVUqWH8oIw5 sNLbPxjYy8wVktzdvjPUg4xvBtnGwpniTxdCqyOlXLxnmX9BrY1hT3sBRv2GeHlncRli sPKrgdNvFWN1x8uXTHxagD5APu3mWH9RmJcTskhHy0FhK9SkLQTDeIN7/YyqgBRntFVX RW+g== X-Gm-Message-State: ALoCoQl8fNSUfj71gIkbG+jOZRbpeV/LrIrdk4z6IRLMd4kWkILKn7m3kuKLwbVHEfQIu2cNRw1A X-Received: by 10.28.51.135 with SMTP id z129mr18995830wmz.19.1448320696359; Mon, 23 Nov 2015 15:18:16 -0800 (PST) Date: Mon, 23 Nov 2015 23:18:13 +0000 From: Adam Dinwoodie To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: fzf v0.11.0 Message-ID: <20151123231813.GD14466@dinwoodie.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes On Mon, Nov 23, 2015 at 03:51:13PM -0700, Keith Christian wrote: > On Mon, Nov 23, 2015 at 3:39 PM, Adam Dinwoodie wrote: > > fzf 0.11.0 has been uploaded and should be coming soon to a mirror near > > you. > > Thanks, Adam. Should we see this "$(__fzf_history__)" string at the > end of the command prompt after typing Ctrl-R and a partial previous > command? > > Keith Assuming it only lasts briefly, yes -- fzf is loading the Bash history to be able to offer fuzzy finding through it. Sadly Cygwin doesn't have a Go compiler available, meaning the Cygwin fzf package is using the much slower legacy Ruby version of fzf. If and when Cygwin gets a Go compiler, I can move to providing the Go-based version of fzf, which is much faster, I expect to the point that the __fzf_history__ mesage is never visible. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple