<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fzf/src/util/util_windows.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>chore: use strings.ReplaceAll (#3801)</title>
<updated>2024-05-18T08:06:33+00:00</updated>
<author>
<name>Zhizhen He</name>
<email>hezhizhen.yi@gmail.com</email>
</author>
<published>2024-05-18T08:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=01e7668915c4e3cf8c9eeca283d41beac924fe1f'/>
<id>01e7668915c4e3cf8c9eeca283d41beac924fe1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>0.52.1</title>
<updated>2024-05-13T16:54:30+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-05-13T16:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=6432f00f0d026c61f683c83ded4d2e15317e927e'/>
<id>6432f00f0d026c61f683c83ded4d2e15317e927e</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>Do not enable delayed expansion mode when running cmd.exe</title>
<updated>2024-05-06T04:46:06+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-05-06T03:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=5669f48343cac868eb7432950db61c9aa2383ab6'/>
<id>5669f48343cac868eb7432950db61c9aa2383ab6</id>
<content type='text'>
And simplify the argument escaping code. Fix #3764.

This may breaks some existing use cases, but the mode causes too much
trouble when escaping arguments and it makes some things not possible.

  # Now you can pass special characters to rg process without any escaping problems: &amp;|&lt;&gt;()@^%!
  fzf --ansi --disabled --bind "change:reload:rg --column --line-number --no-heading --color=always --smart-case -- {q}"

  # No sudden expansion of the arguments on '!'
  fzf --disabled --preview "echo {q} {n} {}" --query "&amp;|&lt;&gt;()@^%!" --prompt "&amp;|&lt;&gt;()@^%!"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And simplify the argument escaping code. Fix #3764.

This may breaks some existing use cases, but the mode causes too much
trouble when escaping arguments and it makes some things not possible.

  # Now you can pass special characters to rg process without any escaping problems: &amp;|&lt;&gt;()@^%!
  fzf --ansi --disabled --bind "change:reload:rg --column --line-number --no-heading --color=always --smart-case -- {q}"

  # No sudden expansion of the arguments on '!'
  fzf --disabled --preview "echo {q} {n} {}" --query "&amp;|&lt;&gt;()@^%!" --prompt "&amp;|&lt;&gt;()@^%!"
</pre>
</div>
</content>
</entry>
<entry>
<title>Escaping for cmd.exe: always use double quotes</title>
<updated>2024-04-28T14:30:44+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-04-28T14:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=194a763c469e4fdbf31c0f71b1846add607477de'/>
<id>194a763c469e4fdbf31c0f71b1846add607477de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix escaping for cmd.exe</title>
<updated>2024-04-28T13:03:00+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-04-28T13:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=8d74446bef121b0dd3969611cf1d4a790d42b9ee'/>
<id>8d74446bef121b0dd3969611cf1d4a790d42b9ee</id>
<content type='text'>
Close #3651
Close #2609
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #3651
Close #2609
</pre>
</div>
</content>
</entry>
<entry>
<title>Determine shell type once by the basename</title>
<updated>2024-04-28T11:11:05+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-04-28T11:10:54+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=7ed6c7905c814d22e3c12cf161a054d3ecb7adde'/>
<id>7ed6c7905c814d22e3c12cf161a054d3ecb7adde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore CmdLine parameter when running commands using cmd.exe</title>
<updated>2024-04-28T07:01:19+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-04-28T06:55:30+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=159a37fa377ab7202ec67e1675a3e2a955c8291d'/>
<id>159a37fa377ab7202ec67e1675a3e2a955c8291d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --with-shell for shelling out with different command and flags (#3746)</title>
<updated>2024-04-27T09:36:37+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-04-27T09:36:37+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=a4391aeedd4fec1865d2d646711f58d04058531b'/>
<id>a4391aeedd4fec1865d2d646711f58d04058531b</id>
<content type='text'>
Close #3732</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #3732</pre>
</div>
</content>
</entry>
<entry>
<title>become: Set stdin to /dev/tty</title>
<updated>2023-02-15T14:24:42+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2023-02-14T14:21:34+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=4e305eca26924a14d05758fb381edca1c5a5f55b'/>
<id>4e305eca26924a14d05758fb381edca1c5a5f55b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
