]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Fix misplaced configs
authorb3nj5m1n <b3nj4m1n@gmx.net>
Wed, 21 Feb 2024 22:32:57 +0000 (23:32 +0100)
committerb3nj5m1n <b3nj4m1n@gmx.net>
Wed, 21 Feb 2024 22:32:57 +0000 (23:32 +0100)
mycli.json [deleted file]
programs/Hyprland.json [moved from Hyprland.json with 100% similarity]
programs/mycli.json

diff --git a/mycli.json b/mycli.json
deleted file mode 100644 (file)
index 13febf4..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-{
-    "files": [
-        {
-            "help": "Move the file to $XDG_CONFIG_HOME/mycli/myclirc\n",
-            "movable": true,
-            "path": "$HOME/.myclirc"
-        },
-        {
-            "help": "Set MYCLI_HISTFILE to $XDG_STATE_HOME/mycli/mycli_history\n",
-            "movable": true,
-            "path": "$HOME/.mycli-history"
-        },
-        {
-            "help": "Set this in your myclirc:\n```log_file=~/.cache/mycli.log```\nDoes not work with enviorment variables\n Relevant issue : https://github.com/dbcli/mycli/issues/581\n",
-            "movable": true,
-            "path": "$HOME/.mycli.log"
-        }
-    ],
-    "name": "mycli"
-}
similarity index 100%
rename from Hyprland.json
rename to programs/Hyprland.json
index 6c61f7f31c595115c7a4204d55ffea2a1b5bc2ca..13febf44ec6409f0d08278945c85d59d565a8e36 100644 (file)
@@ -1,19 +1,19 @@
 {
     "files": [
         {
-            "path": "$HOME/.myclirc",
+            "help": "Move the file to $XDG_CONFIG_HOME/mycli/myclirc\n",
             "movable": true,
-            "help": "Supported since version _1.21.0_. You can move the file to $XDG_CONFIG_HOME/mycli/myclirc\n"
+            "path": "$HOME/.myclirc"
         },
         {
-            "path": "$HOME/.mycli-history",
+            "help": "Set MYCLI_HISTFILE to $XDG_STATE_HOME/mycli/mycli_history\n",
             "movable": true,
-            "help": "Supported since version _1.8.0_. Export the following environment variables:\n\n```bash\nexport MYCLI_HISTFILE=\"$XDG_DATA_HOME/mycli/history\"\n```\n"
+            "path": "$HOME/.mycli-history"
         },
         {
-            "path":"$HOME/.mycli.log",
-            "movable":true,
-            "help": "The location for the log file can be set in the config file. See https://www.mycli.net/config"
+            "help": "Set this in your myclirc:\n```log_file=~/.cache/mycli.log```\nDoes not work with enviorment variables\n Relevant issue : https://github.com/dbcli/mycli/issues/581\n",
+            "movable": true,
+            "path": "$HOME/.mycli.log"
         }
     ],
     "name": "mycli"