<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fzf/bin, 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>Apply shfmt to bash script files (make fmt)</title>
<updated>2025-09-24T13:41:54+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-09-24T13:09:37+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=e8cb31541984e93dcbaa5f2ac5f56ec390279d5e'/>
<id>e8cb31541984e93dcbaa5f2ac5f56ec390279d5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fzf-preview.sh: Use kitten icat on ghostty (#4232)</title>
<updated>2025-02-09T11:02:05+00:00</updated>
<author>
<name>Coko</name>
<email>91132775+Coko7@users.noreply.github.com</email>
</author>
<published>2025-02-09T11:02:05+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=bfea9e53a62777a433af25552d440537297a1323'/>
<id>bfea9e53a62777a433af25552d440537297a1323</id>
<content type='text'>
Co-authored-by: Junegunn Choi &lt;junegunn.c@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Junegunn Choi &lt;junegunn.c@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>fzf-preview.sh: Support FILEPATH:LINE[:COL] argument</title>
<updated>2025-01-09T08:00:46+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-01-09T08:00:21+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=55e3c73221e1f6e4c48f2c3f7517befc7d0945cf'/>
<id>55e3c73221e1f6e4c48f2c3f7517befc7d0945cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fzf-preview.sh: Don't include the file name in type information (#4143)</title>
<updated>2024-12-26T05:58:10+00:00</updated>
<author>
<name>Hong Xu</name>
<email>hong@topbug.net</email>
</author>
<published>2024-12-26T05:58:10+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=fe3a9c603e924425f80b87d76adb3e80d2bc668c'/>
<id>fe3a9c603e924425f80b87d76adb3e80d2bc668c</id>
<content type='text'>
Reduce the changes of misjudging the type, e.g., when file is under an `image/`
directory.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reduce the changes of misjudging the type, e.g., when file is under an `image/`
directory.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix fzf-tmux on tmux 3.0</title>
<updated>2024-08-24T13:54:29+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-08-24T13:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=230cc6acc35681b9142ddb397d1fccf9cf2c4511'/>
<id>230cc6acc35681b9142ddb397d1fccf9cf2c4511</id>
<content type='text'>
* Fix #3959
* https://github.com/junegunn/fzf/issues/3635#issuecomment-2085988777
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix #3959
* https://github.com/junegunn/fzf/issues/3635#issuecomment-2085988777
</pre>
</div>
</content>
</entry>
<entry>
<title>fzf-preview.sh: Let chafa decide the right format</title>
<updated>2024-06-19T10:25:46+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-06-19T10:25:46+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=d9c028c9343089f4cafb627e50e8bfc52fb8aea3'/>
<id>d9c028c9343089f4cafb627e50e8bfc52fb8aea3</id>
<content type='text'>
Close #3822

  Output encoding:
    -f, --format=FORMAT  Set output format; one of [iterm, kitty, sixels,
                       symbols]. Iterm, kitty and sixels yield much higher
                       quality but enjoy limited support. Symbols mode yields
                       beautiful character art.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #3822

  Output encoding:
    -f, --format=FORMAT  Set output format; one of [iterm, kitty, sixels,
                       symbols]. Iterm, kitty and sixels yield much higher
                       quality but enjoy limited support. Symbols mode yields
                       beautiful character art.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --tmux option to replace fzf-tmux script</title>
<updated>2024-05-18T08:08:36+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-05-09T16:40:56+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=83b603390683d49ff75b72d142b4dba4b5186d73'/>
<id>83b603390683d49ff75b72d142b4dba4b5186d73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fzf-tmux] Replace `command -v` with `which`</title>
<updated>2024-04-17T08:29:45+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-04-17T08:29:45+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=90d7e38909bc704afea96e23acf93ba05ef9f0af'/>
<id>90d7e38909bc704afea96e23acf93ba05ef9f0af</id>
<content type='text'>
`command -v fzf` prints `alias fzf=...` when `fzf` is an alias.

Fix #3730
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`command -v fzf` prints `alias fzf=...` when `fzf` is an alias.

Fix #3730
</pre>
</div>
</content>
</entry>
<entry>
<title>Add walker options and replace 'find' with the built-in walker (#3649)</title>
<updated>2024-03-13T11:56:31+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-03-13T11:56:31+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=d282a1649d7d953f028306f13d6616958f3fd1f3'/>
<id>d282a1649d7d953f028306f13d6616958f3fd1f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fzf-tmux: Workaround for tmux 3.4 bug</title>
<updated>2024-02-21T05:39:03+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-02-21T05:39:03+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=edee2b753cdd08b7927213af3899f7b6f455a606'/>
<id>edee2b753cdd08b7927213af3899f7b6f455a606</id>
<content type='text'>
Close #3635

https://github.com/tmux/tmux/pull/3840
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #3635

https://github.com/tmux/tmux/pull/3840
</pre>
</div>
</content>
</entry>
</feed>
