<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fzf/Makefile, 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>make lint: Perform bash script linting</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-24T11:47:22+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=f0c4ee4047f3b70241bacab712642437e37fad2f'/>
<id>f0c4ee4047f3b70241bacab712642437e37fad2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add make fmt for *.sh *.bash</title>
<updated>2025-09-24T13:41:54+00:00</updated>
<author>
<name>xieyonn</name>
<email>qxieyongp@163.com</email>
</author>
<published>2025-09-21T07:50:06+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=de0df2422ac26edcd083d801e93635deb0786589'/>
<id>de0df2422ac26edcd083d801e93635deb0786589</id>
<content type='text'>
1. add .editorconfig file, add rules for .sh .bash files.
2. add make fmt target, use:
    - gofmt *.go.
    - shfmt *.sh *.bash, shell/completion.bash, shell/key-bindings.bash
        need a left indent due to an outermost if block.
3. add shfmt check for bash scripts in make lint target.
4. install shfmt in actions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. add .editorconfig file, add rules for .sh .bash files.
2. add make fmt target, use:
    - gofmt *.go.
    - shfmt *.sh *.bash, shell/completion.bash, shell/key-bindings.bash
        need a left indent due to an outermost if block.
3. add shfmt check for bash scripts in make lint target.
4. install shfmt in actions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Split integration test file (#4205)</title>
<updated>2025-01-25T10:57:40+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-01-25T10:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=0237bf09bf1fe70d94727b040ac39110f56b497f'/>
<id>0237bf09bf1fe70d94727b040ac39110f56b497f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace bash to sh in Makefile (#4138)</title>
<updated>2025-01-03T04:48:51+00:00</updated>
<author>
<name>Minseo Kim</name>
<email>kimminss0@outlook.kr</email>
</author>
<published>2025-01-03T04:48:51+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=15ca9ad8eb5036d593e111c04d17c8e8f9f6aa6c'/>
<id>15ca9ad8eb5036d593e111c04d17c8e8f9f6aa6c</id>
<content type='text'>
Some operating systems do not ship with bash by default, e.g. BSDs,
which breaks the build.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some operating systems do not ship with bash by default, e.g. BSDs,
which breaks the build.</pre>
</div>
</content>
</entry>
<entry>
<title>Test cases for non-default --scheme options</title>
<updated>2024-08-29T08:08:23+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-08-17T09:23:42+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=f510a4def638b03e9001237e62e5ed2a2bcea2c6'/>
<id>f510a4def638b03e9001237e62e5ed2a2bcea2c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>0.54.0</title>
<updated>2024-07-08T13:51:48+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-07-07T07:30:23+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=9e92b6f11e0f59272de410f56493893334071e6e'/>
<id>9e92b6f11e0f59272de410f56493893334071e6e</id>
<content type='text'>
New tags will have `v` prefix.

* https://github.com/junegunn/fzf/issues/2879
* https://github.com/golang/go/issues/32945

Close #2879
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New tags will have `v` prefix.

* https://github.com/junegunn/fzf/issues/2879
* https://github.com/golang/go/issues/32945

Close #2879
</pre>
</div>
</content>
</entry>
<entry>
<title>Embed man page in the binary and show it on 'fzf --man'</title>
<updated>2024-05-20T16:06:10+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-05-20T10:33:46+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=076b3d0a9af7e69c8e5232d49cfeeadcfd45e9ef'/>
<id>076b3d0a9af7e69c8e5232d49cfeeadcfd45e9ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor the code so that fzf can be used as a library (#3769)</title>
<updated>2024-05-06T16:06:42+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-05-06T16:06:42+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=e8405f40fe2eb3675f1cb4f69e825eff5f13f269'/>
<id>e8405f40fe2eb3675f1cb4f69e825eff5f13f269</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unreliable GOOS detection (#3763)</title>
<updated>2024-05-02T11:52:27+00:00</updated>
<author>
<name>cyqsimon</name>
<email>28627918+cyqsimon@users.noreply.github.com</email>
</author>
<published>2024-05-02T11:52:27+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=dba1644518a74a6263f76900b04d7b7c0ea6e894'/>
<id>dba1644518a74a6263f76900b04d7b7c0ea6e894</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>Update Dockerfile to use Ubuntu 24.04</title>
<updated>2024-04-24T09:20:30+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-04-24T09:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=e352b6887849cb6c3c8ae1d98ed357f94273e90a'/>
<id>e352b6887849cb6c3c8ae1d98ed357f94273e90a</id>
<content type='text'>
As we require Go 1.20 or above.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As we require Go 1.20 or above.
</pre>
</div>
</content>
</entry>
</feed>
