<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fzf/src, 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>Use SIGTERM instead of SIGKILL for preview process</title>
<updated>2025-11-08T19:24:49+00:00</updated>
<author>
<name>Julian Hurst</name>
<email>ark@mansus.space</email>
</author>
<published>2025-11-08T19:20:55+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=b99e5b495954686ddfb7661af4ce56296d8935d5'/>
<id>b99e5b495954686ddfb7661af4ce56296d8935d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix --bold inheritance</title>
<updated>2025-10-12T04:58:46+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-10-12T04:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=4ffde48e2f4d5e745b757ba75f650ed6da4d6623'/>
<id>4ffde48e2f4d5e745b757ba75f650ed6da4d6623</id>
<content type='text'>
Fix #4548
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #4548
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Make query string in `--disabled` state bold as before"</title>
<updated>2025-10-12T04:58:46+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-10-12T04:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=f2b33f038a90fabd4b0564338b44afcbf2be04bb'/>
<id>f2b33f038a90fabd4b0564338b44afcbf2be04bb</id>
<content type='text'>
This reverts commit ab407c4645952d09c4bb9b481b178717f0a0578f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ab407c4645952d09c4bb9b481b178717f0a0578f.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make query string in `--disabled` state bold as before</title>
<updated>2025-10-11T00:35:48+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-10-11T00:35:48+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=ab407c4645952d09c4bb9b481b178717f0a0578f'/>
<id>ab407c4645952d09c4bb9b481b178717f0a0578f</id>
<content type='text'>
Fix #4546
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #4546
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve Unix domain socket handling</title>
<updated>2025-10-09T04:52:10+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-10-09T04:52:10+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=bf77206221b948c5824c37cb3216c24c4f10b827'/>
<id>bf77206221b948c5824c37cb3216c24c4f10b827</id>
<content type='text'>
- Check if the file is in use
- Change the permission to 0600
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Check if the file is in use
- Change the permission to 0600
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix --help output: socket path cannot be omitted</title>
<updated>2025-10-08T16:12:30+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-10-08T16:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=0cb1be3f04a0bc39bc8371221352101f360ddb1c'/>
<id>0cb1be3f04a0bc39bc8371221352101f360ddb1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Unix domain socket support for --listen</title>
<updated>2025-10-08T16:07:59+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-10-08T16:05:26+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=01cb38a5fb11224807452be28122de7066e1a2fa'/>
<id>01cb38a5fb11224807452be28122de7066e1a2fa</id>
<content type='text'>
Close #4541
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #4541
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix offset-up and offset-down with --layout=reverse-list</title>
<updated>2025-10-08T15:17:00+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-10-08T02:14:40+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=dd46a256c0cbc62537d444535e0a86e341a0663d'/>
<id>dd46a256c0cbc62537d444535e0a86e341a0663d</id>
<content type='text'>
Related: 3df06a1c68b7dcaf54bb455489498440836f363e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related: 3df06a1c68b7dcaf54bb455489498440836f363e
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'best' action</title>
<updated>2025-10-08T15:17:00+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-10-08T02:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=d19ce0ad8d68ed71fb24ae3287b847186d3a228e'/>
<id>d19ce0ad8d68ed71fb24ae3287b847186d3a228e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Go to the closest match when disabling raw mode</title>
<updated>2025-10-08T15:17:00+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-10-07T16:40:05+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=ed7becfb4768245f8c76325d86276940df07472e'/>
<id>ed7becfb4768245f8c76325d86276940df07472e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
