From: Rick Venutolo Date: Wed, 25 Jan 2023 11:43:44 +0000 (-0500) Subject: Add `nano` (#216) X-Git-Tag: v0.2.0.2~103 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/897ce07a19e33c78105449898ae25c6049467aad Add `nano` (#216) See https://savannah.gnu.org/patch/?8523 and https://git.savannah.gnu.org/cgit/nano.git/commit/?id=c16e79b --- diff --git a/programs/nano.json b/programs/nano.json new file mode 100644 index 0000000..a4ef091 --- /dev/null +++ b/programs/nano.json @@ -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_." + } + ] +}