]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add `nano` (#216)
authorRick Venutolo <rvenutolo@users.noreply.github.com>
Wed, 25 Jan 2023 11:43:44 +0000 (06:43 -0500)
committerGitHub <noreply@github.com>
Wed, 25 Jan 2023 11:43:44 +0000 (12:43 +0100)
See https://savannah.gnu.org/patch/?8523 and https://git.savannah.gnu.org/cgit/nano.git/commit/?id=c16e79b

programs/nano.json [new file with mode: 0644]

diff --git a/programs/nano.json b/programs/nano.json
new file mode 100644 (file)
index 0000000..a4ef091
--- /dev/null
@@ -0,0 +1,15 @@
+{
+    "name": "nano",
+    "files": [
+        {
+            "path": "$HOME/.nanorc",
+            "movable": true,
+            "help": "XDG is partially supported since _v2.9.0_. You can move the file to _XDG_CONFIG_HOME/nano/nanorc_."
+        },
+        {
+            "path": "$HOME/.nano",
+            "movable": true,
+            "help": "XDG is partially supported since _v2.9.0_. You can move the directory to _XDG_DATA_HOME/nano_."
+        }
+    ]
+}