From da5e5d71f1e65da2a06326661572d7c753cf1914 Mon Sep 17 00:00:00 2001 From: Francisco Pombal <17580742+FranciscoPombal@users.noreply.github.com> Date: Mon, 22 Aug 2022 16:05:40 +0100 Subject: [PATCH] add support for wavemon (#168) --- programs/wavemon.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/wavemon.json diff --git a/programs/wavemon.json b/programs/wavemon.json new file mode 100644 index 0000000..d08f088 --- /dev/null +++ b/programs/wavemon.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.wavemonrc", + "movable": true, + "help": "Supported since 2021-09-22 in the _master_ branch (commit _6ac534c_).\n\nThe file is automatically moved to the correct location if it exists at startup.\n" + } + ], + "name": "wavemon" +} -- 2.47.3