]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
add kaggle (#350)
authorMikko <Andriamanitra@users.noreply.github.com>
Sun, 4 Feb 2024 14:29:45 +0000 (16:29 +0200)
committerGitHub <noreply@github.com>
Sun, 4 Feb 2024 14:29:45 +0000 (15:29 +0100)
programs/kaggle.json [new file with mode: 0644]

diff --git a/programs/kaggle.json b/programs/kaggle.json
new file mode 100644 (file)
index 0000000..a043362
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.kaggle",
+            "movable": true,
+            "help": "Export the following environment variables:\n\n```bash\nexport KAGGLE_CONFIG_DIR=\"$XDG_CONFIG_HOME\"/kaggle\n```\n\n_Relevant issue:_ https://github.com/Kaggle/kaggle-api/issues/269"
+        }
+    ],
+    "name": "kaggle"
+}