* Add jameica
* Add J-Pilot
* Fix typo for Docker
{
"path": "$HOME/.docker",
"movable": true,
- "help": "Export the following environment variables:\n\n```bash\nexport DOCKER_CONFIG=\"$XDG_CONFIG_HOME\"/docker\n```\n\n_Note: docker-desktop won't follow this rulling, see:_ [https://github.com/docker/roadmap/issues/408](https://github.com/docker/roadmap/issues/408)\n"
+ "help": "Export the following environment variables:\n\n```bash\nexport DOCKER_CONFIG=\"$XDG_CONFIG_HOME\"/docker\n```\n\n_Note: docker-desktop won't follow this ruling, see:_ [https://github.com/docker/roadmap/issues/408](https://github.com/docker/roadmap/issues/408)\n"
}
],
"name": "docker"
--- /dev/null
+{
+ "name": "jameica",
+ "files": [
+ {
+ "path": "$HOME/.jameica",
+ "movable": true,
+ "help": "The path to this directory can be adjusted freely inside _.jameica.properties_.\n"
+ },
+ {
+ "path": "$HOME/.jameica.properties",
+ "movable": false,
+ "help": "Currently unsupported.\n"
+ }
+ ]
+}
--- /dev/null
+{
+ "name": "jpilot",
+ "files": [
+ {
+ "path": "$HOME/.jpilot",
+ "movable": true,
+ "help": "Export the following environment variables:\n\n```bash\nexport JPILOT_HOME=\"$XDG_DATA_HOME\"\n```\n"
+ }
+ ]
+}