<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fzf/shell/completion.bash, 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>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>fix(shell): check for mawk existence before version check (#4468)</title>
<updated>2025-07-25T08:33:18+00:00</updated>
<author>
<name>LangLangBart</name>
<email>92653266+LangLangBart@users.noreply.github.com</email>
</author>
<published>2025-07-25T08:33:18+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=354d0468c126c4e03b3578a752afedfd6451fd0d'/>
<id>354d0468c126c4e03b3578a752afedfd6451fd0d</id>
<content type='text'>
close #4463
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
close #4463
</pre>
</div>
</content>
</entry>
<entry>
<title>[bash,zsh] Skip comments in ~/.ssh/config</title>
<updated>2025-06-09T12:46:53+00:00</updated>
<author>
<name>Koichi Murase</name>
<email>myoga.murase@gmail.com</email>
</author>
<published>2025-06-04T03:30:31+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=f6c589c606a8936e33778a717d6200632f8cab21'/>
<id>f6c589c606a8936e33778a717d6200632f8cab21</id>
<content type='text'>
For the line "Host host1 # this is a comment", the current
implementation generates words in an inline comment as hostnames.
This patch removes the comment before generating the hostname.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For the line "Host host1 # this is a comment", the current
implementation generates words in an inline comment as hostnames.
This patch removes the comment before generating the hostname.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bash,zsh] Support "=" after "Hostname" and "Host" in ~/.ssh/config</title>
<updated>2025-06-09T12:46:53+00:00</updated>
<author>
<name>Koichi Murase</name>
<email>myoga.murase@gmail.com</email>
</author>
<published>2025-06-04T03:27:30+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=2bd29c3172bb87e447450b8b2034b4dd868fd97c'/>
<id>2bd29c3172bb87e447450b8b2034b4dd868fd97c</id>
<content type='text'>
In ~/.ssh/config, "=" can also be used as a separator between the
field name and the value.  The current master does not properly handle
this and generate a hostname "=" or one starting with "=".  This patch
correctly handles it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In ~/.ssh/config, "=" can also be used as a separator between the
field name and the value.  The current master does not properly handle
this and generate a hostname "=" or one starting with "=".  This patch
correctly handles it.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bash,zsh] Remove redundant filtering-out of comment/blank lines</title>
<updated>2025-06-09T12:46:53+00:00</updated>
<author>
<name>Koichi Murase</name>
<email>myoga.murase@gmail.com</email>
</author>
<published>2025-06-04T03:20:54+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=4a61f53b85d4a6640b656f8442c40fb9cfb8df2d'/>
<id>4a61f53b85d4a6640b656f8442c40fb9cfb8df2d</id>
<content type='text'>
Comments are anyway removed in the subsequent call to `sub(/#.*/,
"")`, and it becomes a blank line.  Blank lines do not have fields, so
they are ignored in the next for-loop.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Comments are anyway removed in the subsequent call to `sub(/#.*/,
"")`, and it becomes a blank line.  Blank lines do not have fields, so
they are ignored in the next for-loop.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bash,zsh] Correctly exclude the hostname "0.0.0.0"</title>
<updated>2025-06-09T12:46:53+00:00</updated>
<author>
<name>Koichi Murase</name>
<email>myoga.murase@gmail.com</email>
</author>
<published>2025-06-04T02:25:49+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=adc9ad28da1fc5b6e7a4b5916442ccf9aa166817'/>
<id>adc9ad28da1fc5b6e7a4b5916442ccf9aa166817</id>
<content type='text'>
In the current implementation, any hostnames in /etc/hosts containing
"0.0.0.0" as a part (such as "110.0.0.0" would be excluded.  "0.0.0.0"
should be checked by the exact match.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the current implementation, any hostnames in /etc/hosts containing
"0.0.0.0" as a part (such as "110.0.0.0" would be excluded.  "0.0.0.0"
should be checked by the exact match.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bash,zsh] Do not end the hostname analysis on "]" in ~/.ssh/known_hosts</title>
<updated>2025-06-09T12:46:53+00:00</updated>
<author>
<name>Koichi Murase</name>
<email>myoga.murase@gmail.com</email>
</author>
<published>2025-06-03T12:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=585cfaef8b9292f67177388f24f1514fcdd44f09'/>
<id>585cfaef8b9292f67177388f24f1514fcdd44f09</id>
<content type='text'>
An entry of the form `[example.com]:port,192.168.0.1 ...` in
~/.ssh/known_hosts are not properly processed.  The current
implementation gives up the matching on the first occurrence of `]`,
the subsequent 192.168.0.1 would not be extracted.  This patch
continues the analysis and removes "]" together with "[".

This patch also removes the ":port" part from the hostnames in
~/.ssh/known_hosts.  One cannot use the form "hostname:port" in the
arguments to the ssh command anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An entry of the form `[example.com]:port,192.168.0.1 ...` in
~/.ssh/known_hosts are not properly processed.  The current
implementation gives up the matching on the first occurrence of `]`,
the subsequent 192.168.0.1 would not be extracted.  This patch
continues the analysis and removes "]" together with "[".

This patch also removes the ":port" part from the hostnames in
~/.ssh/known_hosts.  One cannot use the form "hostname:port" in the
arguments to the ssh command anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bash,zsh] Process hostnames with uppercase letters in known_hosts</title>
<updated>2025-06-09T12:46:53+00:00</updated>
<author>
<name>Koichi Murase</name>
<email>myoga.murase@gmail.com</email>
</author>
<published>2025-06-03T12:29:36+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=b5cd8880b1e2884ad928beb9ab3fd21a599cc446'/>
<id>b5cd8880b1e2884ad928beb9ab3fd21a599cc446</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bash,zsh] Separate common functions into "shell/common.sh"</title>
<updated>2025-06-07T15:00:17+00:00</updated>
<author>
<name>Koichi Murase</name>
<email>myoga.murase@gmail.com</email>
</author>
<published>2025-06-06T11:08:03+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=bfa287b66ddd5282e1f778936d64cc8454794d19'/>
<id>bfa287b66ddd5282e1f778936d64cc8454794d19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
