<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fzf/src/item.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>Make --accept-nth compatible with --select-1</title>
<updated>2025-02-25T15:25:23+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-02-25T15:24:41+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=710ebdf9c14e0c88b0cfc843ce08edcdd4554571'/>
<id>710ebdf9c14e0c88b0cfc843ce08edcdd4554571</id>
<content type='text'>
Fix #4287
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #4287
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix nth highlighting</title>
<updated>2025-02-06T10:57:39+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-02-06T10:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=62e0a2824a9ed2783fee54f53dd258a2bc3ed795'/>
<id>62e0a2824a9ed2783fee54f53dd258a2bc3ed795</id>
<content type='text'>
Fix #4222
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #4222
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify nth comparison when reusing transformed tokens</title>
<updated>2025-01-13T08:37:50+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-01-13T08:37:50+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=56fef7c8df2713261fbdbd396aa81ed23d9a945a'/>
<id>56fef7c8df2713261fbdbd396aa81ed23d9a945a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix change-nth</title>
<updated>2025-01-13T03:45:01+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-01-13T03:45:01+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=ba0935c71f5507958056201ddad2fc48674a586d'/>
<id>ba0935c71f5507958056201ddad2fc48674a586d</id>
<content type='text'>
* Proper clean-up of caches
* Force rerender list after the action
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Proper clean-up of caches
* Force rerender list after the action
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle int32 overflow</title>
<updated>2024-06-05T05:29:50+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-06-05T00:47:05+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=ef148dfd3765cd78ccdb1840c3e1d74735071ab4'/>
<id>ef148dfd3765cd78ccdb1840c3e1d74735071ab4</id>
<content type='text'>
  yes | fzf --tail=10 --preview 'echo "{n}"'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  yes | fzf --tail=10 --preview 'echo "{n}"'
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove special nilItem</title>
<updated>2017-08-14T16:10:41+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2017-08-14T16:10:41+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=0d171ba1d81886c6f9caf61867129e6daa268cd6'/>
<id>0d171ba1d81886c6f9caf61867129e6daa268cd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce memory footprint of Item struct</title>
<updated>2017-07-16T14:34:32+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2017-07-16T14:31:19+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=9e85cba0d06025983a1a747bfc06c9955388d9c0'/>
<id>9e85cba0d06025983a1a747bfc06c9955388d9c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove pointer indirection by changing Chunk definition</title>
<updated>2017-07-16T14:34:32+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2017-07-15T03:28:29+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=d4f3d5a16423fbf039644f04516c052d1654326c'/>
<id>d4f3d5a16423fbf039644f04516c052d1654326c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix inconsistent tiebreak scores when --nth is used</title>
<updated>2017-06-02T04:25:35+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2017-06-02T04:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=2e3dc75425d23b4d9e8e05a901395914cf8d3120'/>
<id>2e3dc75425d23b4d9e8e05a901395914cf8d3120</id>
<content type='text'>
Make sure to consistently calculate tiebreak scores based on the
original line.

This change may not be preferable if you filter aligned tabular input on
a subset of columns using --nth. However, if we calculate length
tiebreak only on the matched components instead of the entire line, the
result can be very confusing when multiple --nth components are
specified, so let's keep it simple and consistent.

Close #926
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure to consistently calculate tiebreak scores based on the
original line.

This change may not be preferable if you filter aligned tabular input on
a subset of columns using --nth. However, if we calculate length
tiebreak only on the matched components instead of the entire line, the
result can be very confusing when multiple --nth components are
specified, so let's keep it simple and consistent.

Close #926
</pre>
</div>
</content>
</entry>
<entry>
<title>Micro-optimizations</title>
<updated>2016-08-18T17:39:32+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2016-08-18T17:39:32+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=37dc273148df0893053bf5cda0582a23f5c2b2d2'/>
<id>37dc273148df0893053bf5cda0582a23f5c2b2d2</id>
<content type='text'>
- Make structs smaller
- Introduce Result struct and use it to represent matched items instead of
  reusing Item struct for that purpose
- Avoid unnecessary memory allocation
- Avoid growing slice from the initial capacity
- Code cleanup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Make structs smaller
- Introduce Result struct and use it to represent matched items instead of
  reusing Item struct for that purpose
- Avoid unnecessary memory allocation
- Avoid growing slice from the initial capacity
- Code cleanup
</pre>
</div>
</content>
</entry>
</feed>
