From: fbearoff Date: Mon, 11 Jul 2022 14:43:21 +0000 (-0400) Subject: Add visidata config (#136) X-Git-Tag: v0.2.0.2~175 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/7610383d777a67b853731e16bc01d45c384fe68e Add visidata config (#136) --- 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" +}