From: Maximilian Knespel Date: Wed, 29 Mar 2023 09:39:26 +0000 (+0200) Subject: Add fzf (#231) X-Git-Tag: v0.2.0.2~90 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/4ee47996cb48f51a2a52d64bc5cb0e8967522e59 Add fzf (#231) --- diff --git a/programs/fzf.json b/programs/fzf.json new file mode 100644 index 0000000..ebb52b5 --- /dev/null +++ b/programs/fzf.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.fzf", + "movable": true, + "help": "This has been added since 0.17.4. See https://github.com/junegunn/fzf/pull/1282 .\nReinstall from git with ```bash\n~/.fzf/uninstall\nrm -rf ~/.fzf\ngit clone --depth 1 https://github.com/junegunn/fzf.git $XDG_DATA_HOME/fzf\n$XDG_DATA_HOME/fzf/install --xdg\n```\n" + } + ], + "name": "fzf" +}