<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fzf/src/proxy.go, branch v0.66.0-custom</title>
<subtitle>Personal fork of fzf</subtitle>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/'/>
<entry>
<title>Do not unset FZF_DEFAULT_* variables when using winpty</title>
<updated>2025-08-22T10:24:01+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-08-22T10:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=0a8ff7899c7d09457d3896fcce2d4dcffcc13e17'/>
<id>0a8ff7899c7d09457d3896fcce2d4dcffcc13e17</id>
<content type='text'>
Fix #4497
Fix #4400
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #4497
Fix #4400
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Disable tmux popup when already running inside one (#4351)"</title>
<updated>2025-04-22T11:20:21+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-04-22T11:18:03+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=2a9c1c06a4a0f8afd75ab299459f438095d41515'/>
<id>2a9c1c06a4a0f8afd75ab299459f438095d41515</id>
<content type='text'>
This reverts commit af8fe918d863b18160390a79cbf957ee28dead56.

Fix #4360
Fix #4359
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit af8fe918d863b18160390a79cbf957ee28dead56.

Fix #4360
Fix #4359
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --tty-default=/dev/tty and --no-tty-default option (#4352)</title>
<updated>2025-04-20T02:24:50+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-04-20T02:24:50+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=1d761684c510a04f78349e8e64aa7ebd26578807'/>
<id>1d761684c510a04f78349e8e64aa7ebd26578807</id>
<content type='text'>
Fix #4242.

Use --no-tty-default, if you want fzf to perform a TTY look-up instead of defaulting to /dev/tty.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #4242.

Use --no-tty-default, if you want fzf to perform a TTY look-up instead of defaulting to /dev/tty.</pre>
</div>
</content>
</entry>
<entry>
<title>Disable tmux popup when already running inside one (#4351)</title>
<updated>2025-04-18T08:35:48+00:00</updated>
<author>
<name>Pierre Guinoiseau</name>
<email>pierre@guinoiseau.nz</email>
</author>
<published>2025-04-18T08:35:48+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=af8fe918d863b18160390a79cbf957ee28dead56'/>
<id>af8fe918d863b18160390a79cbf957ee28dead56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Nullify unwanted FZF_DEFAULT_* variables in tmux popup</title>
<updated>2025-03-10T09:18:50+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-03-10T09:16:20+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=aefb9a5bc41f92227e4bffa050caca0270b450ba'/>
<id>aefb9a5bc41f92227e4bffa050caca0270b450ba</id>
<content type='text'>
Fix #4298
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #4298
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove temp files before 'become' when using --tmux option</title>
<updated>2025-02-26T11:47:09+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-02-26T11:46:14+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=b7248d41155acb830c629e07da08eab8e31d9fca'/>
<id>b7248d41155acb830c629e07da08eab8e31d9fca</id>
<content type='text'>
Close #4283

But the temp files for the `f` flags in the 'become' template will not
be removed, because we will need them after "becoming" another program.

  e.g. fzf --bind 'enter:become:cat {f}'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #4283

But the temp files for the `f` flags in the 'become' template will not
be removed, because we will need them after "becoming" another program.

  e.g. fzf --bind 'enter:become:cat {f}'
</pre>
</div>
</content>
</entry>
<entry>
<title>--tmux: Export bash functions</title>
<updated>2024-09-29T10:33:42+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-09-21T15:31:11+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=4161403a1d6286f6ba7898b1f22f30d01d85b8dc'/>
<id>4161403a1d6286f6ba7898b1f22f30d01d85b8dc</id>
<content type='text'>
Fix #4001
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #4001
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass-through error message from 'tmux display-popup'</title>
<updated>2024-05-28T17:07:56+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-05-28T17:07:56+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=1d59ac09d2179a4b03b1ae438d8eaba13cbc8b0a'/>
<id>1d59ac09d2179a4b03b1ae438d8eaba13cbc8b0a</id>
<content type='text'>
  fzf --tmux 9999
    # height too large
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  fzf --tmux 9999
    # height too large
</pre>
</div>
</content>
</entry>
<entry>
<title>[vim] Native --tmux fix for Neovim</title>
<updated>2024-05-28T10:27:31+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-05-28T10:25:28+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=782de139c8edd8c3e77022ddf71648db1b344079'/>
<id>782de139c8edd8c3e77022ddf71648db1b344079</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>execute: Open separate handles to /dev/tty (in, out, err)</title>
<updated>2024-05-23T12:11:12+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-05-23T11:08:20+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=3dee8778d073199e0fe1e186e54f7eabc2fdef43'/>
<id>3dee8778d073199e0fe1e186e54f7eabc2fdef43</id>
<content type='text'>
  # This will no longer cause 'Vim: Warning: Output is not to a terminal'
  fzf --bind 'enter:execute:vim {}' &gt; /tmp/foo
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  # This will no longer cause 'Vim: Warning: Output is not to a terminal'
  fzf --bind 'enter:execute:vim {}' &gt; /tmp/foo
</pre>
</div>
</content>
</entry>
</feed>
