From: Marco Rubin <20150305+Rubo3@users.noreply.github.com> Date: Thu, 21 Mar 2024 20:15:20 +0000 (+0000) Subject: Add crossnote.json (~/.mume) (#386) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/1ce3cddfcdd1b31990bac226bd833eaed821970d?ds=sidebyside Add crossnote.json (~/.mume) (#386) --- diff --git a/programs/crossnote.json b/programs/crossnote.json new file mode 100644 index 0000000..d44627d --- /dev/null +++ b/programs/crossnote.json @@ -0,0 +1,10 @@ +{ + "name": "crossnote", + "files": [ + { + "path": "$HOME/.mume", + "movable": true, + "help": "Move the directory to $XDG_CONFIG_HOME/mume\n" + } + ] +}