<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fzf/src/util/util.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>Add footer</title>
<updated>2025-06-10T14:02:23+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-06-09T15:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=3b68dcdd81394f1ac9f743e1f74ff754f95eef9e'/>
<id>3b68dcdd81394f1ac9f743e1f74ff754f95eef9e</id>
<content type='text'>
Options:
  --footer=STR             String to print as footer
  --footer-border[=STYLE]  Draw border around the footer section
                           [rounded|sharp|bold|block|thinblock|double|horizontal|vertical|
                            top|bottom|left|right|line|none] (default: line)
  --footer-label=LABEL     Label to print on the footer border
  --footer-label-pos=COL   Position of the footer label
                           [POSITIVE_INTEGER: columns from left|
                            NEGATIVE_INTEGER: columns from right][:bottom]
                           (default: 0 or center)

The default border type for footer is 'line', which draws a single
separator between the footer and the list. It changes its position
depending on `--layout`, so you don't have to manually switch between
'top' and 'bottom'

The 'line' style is now supported by other border types as well.
`--list-border` is the only exception.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Options:
  --footer=STR             String to print as footer
  --footer-border[=STYLE]  Draw border around the footer section
                           [rounded|sharp|bold|block|thinblock|double|horizontal|vertical|
                            top|bottom|left|right|line|none] (default: line)
  --footer-label=LABEL     Label to print on the footer border
  --footer-label-pos=COL   Position of the footer label
                           [POSITIVE_INTEGER: columns from left|
                            NEGATIVE_INTEGER: columns from right][:bottom]
                           (default: 0 or center)

The default border type for footer is 'line', which draws a single
separator between the footer and the list. It changes its position
depending on `--layout`, so you don't have to manually switch between
'top' and 'bottom'

The 'line' style is now supported by other border types as well.
`--list-border` is the only exception.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make transform*, --info-command, and execute-silent cancellable</title>
<updated>2024-06-22T08:24:47+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-06-20T14:18:28+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=7c2ffd3fef3f9131ee448a5f40d91835c8bd814d'/>
<id>7c2ffd3fef3f9131ee448a5f40d91835c8bd814d</id>
<content type='text'>
Users can press CTRL-C after 1 second to terminate the command.

Close #3883
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Users can press CTRL-C after 1 second to terminate the command.

Close #3883
</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>
<entry>
<title>Use MSYS=enable_pcon instead of winpty on mintty 3.4.5 or later</title>
<updated>2024-05-23T09:42:54+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-05-23T09:41:13+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=d4216b0dcc13567479d81cc5ad2adedb1443ea8b'/>
<id>d4216b0dcc13567479d81cc5ad2adedb1443ea8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use winpty to launch fzf in Git bash (mintty)</title>
<updated>2024-05-20T09:24:14+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-05-20T08:06:44+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=573df524fed1c493ce7d8ea893f06ab90f2ca18a'/>
<id>573df524fed1c493ce7d8ea893f06ab90f2ca18a</id>
<content type='text'>
Close #3806

Known limitation:
* --height cannot be used
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #3806

Known limitation:
* --height cannot be used
</pre>
</div>
</content>
</entry>
<entry>
<title>Export $FZF_KEY environment variable to child processes</title>
<updated>2024-04-13T05:00:16+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-04-13T05:00:16+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=fd1ba46f77532b4bc9b6af00db9dc8ecdf6e2b3f'/>
<id>fd1ba46f77532b4bc9b6af00db9dc8ecdf6e2b3f</id>
<content type='text'>
It's the name of the last key pressed.

Related #3412
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's the name of the last key pressed.

Related #3412
</pre>
</div>
</content>
</entry>
<entry>
<title>junegunn/uniseg -&gt; rivo/uniseg</title>
<updated>2024-01-27T13:18:43+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-01-27T13:18:43+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=76cf6559ccaa6262d47a95fe3b1dfae053047cbd'/>
<id>76cf6559ccaa6262d47a95fe3b1dfae053047cbd</id>
<content type='text'>
https://github.com/rivo/uniseg/pull/47
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rivo/uniseg/pull/47
</pre>
</div>
</content>
</entry>
<entry>
<title>Change mattn/go-runewidth dependency to rivo/uniseg for accurate results</title>
<updated>2024-01-20T17:54:41+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-01-20T17:52:28+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=16f647393838ea3eb0778a45178323aea21b67a0'/>
<id>16f647393838ea3eb0778a45178323aea21b67a0</id>
<content type='text'>
Related #3588 #3588 #3567
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related #3588 #3588 #3567
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove 'replace' directive for 'go install' compatibility</title>
<updated>2024-01-14T08:12:24+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-01-14T08:11:42+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=1a9ea6f738cfafab83a5e0e828e60f0bf68bffee'/>
<id>1a9ea6f738cfafab83a5e0e828e60f0bf68bffee</id>
<content type='text'>
Close #3577
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #3577
</pre>
</div>
</content>
</entry>
<entry>
<title>Render CR and LF as ␍ and ␊</title>
<updated>2023-03-25T01:41:19+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2023-03-25T01:23:05+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=d7daf5f72411f29eca3ab398c7a8a951ca230cad'/>
<id>d7daf5f72411f29eca3ab398c7a8a951ca230cad</id>
<content type='text'>
Close #2529
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #2529
</pre>
</div>
</content>
</entry>
</feed>
