X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/6bdc08811164a6f6a900ad5d83f576d742b7b9b0..6bc5bfba6622ec5f4dcc226df88df52a99cf2bbc:/programs/aria2.json diff --git a/programs/aria2.json b/programs/aria2.json index 26ad0fe..0d4d127 100644 --- a/programs/aria2.json +++ b/programs/aria2.json @@ -1,10 +1,15 @@ { - "name": "aria2", + "name": "aria2_dir", "files": [ { - "path": "$HOME/.aria2", + "path": "${HOME}/.aria2/dht.dat", "movable": true, - "help": "Supported since commit _8bc1d37_.\n\nYou can move the configuration file to _XDG_CONFIG_HOME/aria2/aria2.conf_.\n\nYou can move the cache files to _XDG_CACHE_HOME/aria2_.\n" + "help": "Supported\n\nThe file ${HOME}/.aria2/dht.dat can be moved to ${XDG_CACHE_HOME}/aria2/dht.dat.\n" + }, + { + "path": "${HOME}/.aria2/aria.conf", + "movable": true, + "help": "Supported\n\nThe file ${HOME}/.aria2/aria.conf can be moved to ${XDG_CONFIG_HOME}/aria2/aria2.conf.\n" } ] }