Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Jameica and J-Pilot, fix typo for Docker #439

Merged
merged 3 commits into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion programs/docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"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"
Expand Down
15 changes: 15 additions & 0 deletions programs/jameica.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"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"
}
]
}
10 changes: 10 additions & 0 deletions programs/jpilot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"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"
}
]
}
Loading