<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fzf/uninstall, 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>Embed shell integration scripts in fzf binary (`--bash` / `--zsh` / `--fish`) (#3675)</title>
<updated>2024-03-13T14:59:34+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-03-13T14:59:34+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=e74b1251c0f579335e03b3e7182cd7a9f88dbe37'/>
<id>e74b1251c0f579335e03b3e7182cd7a9f88dbe37</id>
<content type='text'>
This simplifies the distribution, and the users are less likely to have
problems caused by using incompatible scripts and binaries.

    # Set up fzf key bindings and fuzzy completion
    eval "$(fzf --bash)"

    # Set up fzf key bindings and fuzzy completion
    eval "$(fzf --zsh)"

    # Set up fzf key bindings
    fzf --fish | source
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This simplifies the distribution, and the users are less likely to have
problems caused by using incompatible scripts and binaries.

    # Set up fzf key bindings and fuzzy completion
    eval "$(fzf --bash)"

    # Set up fzf key bindings and fuzzy completion
    eval "$(fzf --zsh)"

    # Set up fzf key bindings
    fzf --fish | source
</pre>
</div>
</content>
</entry>
<entry>
<title>[uninstall] Remove readlink to support relative symlinks of dotfiles</title>
<updated>2022-07-01T07:32:32+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2022-07-01T07:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=51fdaad002a5ad827bd5ebfac43386592005d02c'/>
<id>51fdaad002a5ad827bd5ebfac43386592005d02c</id>
<content type='text'>
Close #2853
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #2853
</pre>
</div>
</content>
</entry>
<entry>
<title>improve test logic and be explicit about the test</title>
<updated>2021-08-15T07:03:26+00:00</updated>
<author>
<name>a1346054</name>
<email>36859588+a1346054@users.noreply.github.com</email>
</author>
<published>2021-08-14T11:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=cca4cdc4f1549e652da1f9688c260f8d5a646c6c'/>
<id>cca4cdc4f1549e652da1f9688c260f8d5a646c6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[install] Support for XDG Base Directory Specification (#1282)</title>
<updated>2018-06-01T02:54:58+00:00</updated>
<author>
<name>Mark</name>
<email>mark+github@drfcx.com</email>
</author>
<published>2018-06-01T02:54:58+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=2ff19084cacf8a1cdbb6f483586038e6a6f2dfd9'/>
<id>2ff19084cacf8a1cdbb6f483586038e6a6f2dfd9</id>
<content type='text'>
Add --xdg option which makes the installer generate files under $XDG_CONFIG_HOME/fzf.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add --xdg option which makes the installer generate files under $XDG_CONFIG_HOME/fzf.</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor shell extensions</title>
<updated>2015-03-13T08:41:00+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2015-03-13T04:08:42+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=3935aa84d8cc66c0371926c61afe89832f00df10'/>
<id>3935aa84d8cc66c0371926c61afe89832f00df10</id>
<content type='text'>
- Use symlinks instead of generating the full content
- Update fish_user_paths and remove ~/.config/fish/functions/fzf.fish
- Create wrapper script for fzf when Ruby version and use it instead of
  exported function not to break fzf-tmux
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use symlinks instead of generating the full content
- Update fish_user_paths and remove ~/.config/fish/functions/fzf.fish
- Create wrapper script for fzf when Ruby version and use it instead of
  exported function not to break fzf-tmux
</pre>
</div>
</content>
</entry>
<entry>
<title>bash -&gt; env bash</title>
<updated>2014-11-30T20:04:15+00:00</updated>
<author>
<name>Arseniy Seroka</name>
<email>ars.seroka@gmail.com</email>
</author>
<published>2014-11-30T20:02:34+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=0296fcb5cd2a969e9d5231838eeef60d027d9cb7'/>
<id>0296fcb5cd2a969e9d5231838eeef60d027d9cb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[uninstall] Remove both patterns of source command (#97)</title>
<updated>2014-09-18T10:21:58+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2014-09-18T10:21:11+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=4c923a2d19f3b82e416644e28581fb78623c16b7'/>
<id>4c923a2d19f3b82e416644e28581fb78623c16b7</id>
<content type='text'>
- `[ -f ~/.fzf.${shell} ] &amp;&amp; source ~/.fzf.${shell}"`
- `source ~/.fzf.${shell}"`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- `[ -f ~/.fzf.${shell} ] &amp;&amp; source ~/.fzf.${shell}"`
- `source ~/.fzf.${shell}"`
</pre>
</div>
</content>
</entry>
<entry>
<title>Check before sourcing, no longer need to remove</title>
<updated>2014-09-18T04:01:39+00:00</updated>
<author>
<name>Miles Whittaker</name>
<email>mjwhitta@gmail.com</email>
</author>
<published>2014-09-18T04:01:39+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=990fa00660ac6f5d76538052bade60501e0b874b'/>
<id>990fa00660ac6f5d76538052bade60501e0b874b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore user-defined grep aliases</title>
<updated>2014-09-14T04:53:53+00:00</updated>
<author>
<name>Miles Whittaker</name>
<email>mjwhitta@gmail.com</email>
</author>
<published>2014-09-14T04:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=ce53b9b2a53624825e51d7b5ddcc373fc70ea0bd'/>
<id>ce53b9b2a53624825e51d7b5ddcc373fc70ea0bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
