]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add fzf (#231)
authorMaximilian Knespel <mxmlnkn@users.noreply.github.com>
Wed, 29 Mar 2023 09:39:26 +0000 (11:39 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Mar 2023 09:39:26 +0000 (11:39 +0200)
programs/fzf.json [new file with mode: 0644]

diff --git a/programs/fzf.json b/programs/fzf.json
new file mode 100644 (file)
index 0000000..ebb52b5
--- /dev/null
@@ -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"
+}