From 1ce3cddfcdd1b31990bac226bd833eaed821970d Mon Sep 17 00:00:00 2001 From: Marco Rubin <20150305+Rubo3@users.noreply.github.com> Date: Thu, 21 Mar 2024 20:15:20 +0000 Subject: [PATCH] Add crossnote.json (~/.mume) (#386) --- programs/crossnote.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/crossnote.json diff --git a/programs/crossnote.json b/programs/crossnote.json new file mode 100644 index 00000000..d44627d3 --- /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" + } + ] +}