From 65ac0ec89e3b2a4527da2ac40b0d00df5aa8f981 Mon Sep 17 00:00:00 2001 From: Marco Rubin <20150305+Rubo3@users.noreply.github.com> Date: Tue, 19 Mar 2024 15:34:20 +0000 Subject: [PATCH] Create crossnote.json --- 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" + } + ] +}