From 7610383d777a67b853731e16bc01d45c384fe68e Mon Sep 17 00:00:00 2001 From: fbearoff Date: Mon, 11 Jul 2022 10:43:21 -0400 Subject: [PATCH] Add visidata config (#136) --- programs/visidata.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 programs/visidata.json diff --git a/programs/visidata.json b/programs/visidata.json new file mode 100644 index 0000000..00c51c6 --- /dev/null +++ b/programs/visidata.json @@ -0,0 +1,15 @@ +{ + "files": [ + { + "help": "Supported since version 2.9.\n\nYou can move the folder to _XDG_CACHE_HOME/visidata.\n", + "movable": true, + "path": "$HOME/.visidata/" + }, + { + "help": "Supported since version 2.9.\n\nYou can move the file to _XDG_CONFIG_HOME/visidata/config.py.\n", + "movable": true, + "path": "$HOME/.visidatarc" + } + ], + "name": "visidata" +} -- 2.47.3