From: Antoine Stevan <44101798+a2n-s@users.noreply.github.com> Date: Sun, 5 Jun 2022 21:39:21 +0000 (+0200) Subject: Address program list from issue #80 (#81) X-Git-Tag: v0.2.0.0~2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/bf2e5af9fd0153079f40060869601ec113edd35c?ds=sidebyside Address program list from issue #80 (#81) Co-authored-by: a2n-s <44101798+AntoineStevan@users.noreply.github.com> --- diff --git a/programs/arduino.json b/programs/arduino.json new file mode 100644 index 0000000..20dfdb7 --- /dev/null +++ b/programs/arduino.json @@ -0,0 +1,15 @@ +{ + "files": [ + { + "path": "$HOME/.arduino15", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/arduino/Arduino/issues/3915\n" + }, + { + "path": "$HOME/.arduino-create", + "movable": false, + "help": "Currently unsupported. No information found.\n" + } + ], + "name": "arduino" +} \ No newline at end of file diff --git a/programs/bash.json b/programs/bash.json index 7bcad1e..73bb82f 100644 --- a/programs/bash.json +++ b/programs/bash.json @@ -1,10 +1,40 @@ { - "name": "bash", "files": [ { - "path": "${HOME}/.bash_history", + "path": "$HOME/.bash_logout", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n" + }, + { + "path": "$HOME/.bash_login", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n" + }, + { + "path": "$HOME/.bash_profile", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n" + }, + { + "path": "$HOME/.bash_aliases", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n" + }, + { + "path": "$HOME/.bashrc", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n" + }, + { + "path": "$HOME/.oh-my-bash", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport OSH=\"${XDG_DATA_HOME}/oh-my-bash\"\n```\n" + }, + { + "path": "$HOME/.bash_history", "movable": true, "help": "Export the following environment variables:\n\n```bash\nexport HISTFILE=\"${XDG_STATE_HOME}\"/bash/history\n```\n" } - ] + ], + "name": "bash" } diff --git a/programs/links.json b/programs/links.json new file mode 100644 index 0000000..97e12a3 --- /dev/null +++ b/programs/links.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.links", + "movable": false, + "help": "Currently unsupported. No information found.\n" + } + ], + "name": "links" +} \ No newline at end of file diff --git a/programs/lyrics.json b/programs/lyrics.json new file mode 100644 index 0000000..be537eb --- /dev/null +++ b/programs/lyrics.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.lyrics", + "movable": false, + "help": "Currently unsupported. No information found.\n" + } + ], + "name": "lyrics" +} \ No newline at end of file diff --git a/programs/mujoco.json b/programs/mujoco.json new file mode 100644 index 0000000..cd853b0 --- /dev/null +++ b/programs/mujoco.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.mujoco", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport MUJOCO_PY_MUJOCO_PATH=\"${XDG_SHARE_HOME}/mujoco/mujoco210\"\n```\naccording to https://github.com/openai/mujoco-py#install-mujoco\n" + } + ], + "name": "mujoco" +} \ No newline at end of file