2025-03-23 20:59:56 +01:00

216 lines
5.6 KiB
JSON

{
"settings_version": "0.23.0",
"debug": false,
"obsidian_command_palette_prefix": "Execute: ",
"preview_variables_in_command_palette": true,
"show_autocomplete_menu": true,
"working_directory": "",
"default_shells": {},
"environment_variable_path_augmentations": {},
"show_installation_warnings": true,
"error_message_duration": 20,
"notification_message_duration": 10,
"execution_notification_mode": "quick",
"output_channel_clipboard_also_outputs_to_notification": true,
"output_channel_notification_decorates_output": true,
"enable_events": true,
"approve_modals_by_pressing_enter_key": true,
"command_palette": {
"re_execute_last_shell_command": {
"enabled": true,
"prefix": "Re-execute: "
}
},
"max_visible_lines_in_shell_command_fields": false,
"shell_commands": [
{
"id": "tqe6dxs5pz",
"platform_specific_commands": {
"default": "git status"
},
"shells": {},
"alias": "Git : Status",
"icon": null,
"confirm_execution": true,
"ignore_error_codes": [],
"input_contents": {
"stdin": null
},
"output_handlers": {
"stdout": {
"handler": "notification",
"convert_ansi_code": true
},
"stderr": {
"handler": "notification",
"convert_ansi_code": true
}
},
"output_wrappers": {
"stdout": null,
"stderr": null
},
"output_channel_order": "stdout-first",
"output_handling_mode": "buffered",
"execution_notification_mode": "quick",
"events": {},
"debounce": null,
"command_palette_availability": "enabled",
"preactions": [],
"variable_default_values": {}
},
{
"id": "u5z5l8o03b",
"platform_specific_commands": {
"default": "git add ."
},
"shells": {},
"alias": "Git : Add",
"icon": null,
"confirm_execution": false,
"ignore_error_codes": [],
"input_contents": {
"stdin": null
},
"output_handlers": {
"stdout": {
"handler": "notification",
"convert_ansi_code": true
},
"stderr": {
"handler": "notification",
"convert_ansi_code": true
}
},
"output_wrappers": {
"stdout": null,
"stderr": null
},
"output_channel_order": "stdout-first",
"output_handling_mode": "buffered",
"execution_notification_mode": null,
"events": {},
"debounce": null,
"command_palette_availability": "enabled",
"preactions": [],
"variable_default_values": {}
},
{
"id": "gsdvog4kwg",
"platform_specific_commands": {
"default": "git commit -m \"Mise à jour rapide\""
},
"shells": {},
"alias": "Git: Commit rapide",
"icon": null,
"confirm_execution": false,
"ignore_error_codes": [],
"input_contents": {
"stdin": null
},
"output_handlers": {
"stdout": {
"handler": "notification",
"convert_ansi_code": true
},
"stderr": {
"handler": "notification",
"convert_ansi_code": true
}
},
"output_wrappers": {
"stdout": null,
"stderr": null
},
"output_channel_order": "stdout-first",
"output_handling_mode": "buffered",
"execution_notification_mode": null,
"events": {},
"debounce": null,
"command_palette_availability": "enabled",
"preactions": [],
"variable_default_values": {}
},
{
"id": "f7zs2jf8q0",
"platform_specific_commands": {
"default": "git push"
},
"shells": {},
"alias": "Git : Push",
"icon": null,
"confirm_execution": false,
"ignore_error_codes": [],
"input_contents": {
"stdin": null
},
"output_handlers": {
"stdout": {
"handler": "notification",
"convert_ansi_code": true
},
"stderr": {
"handler": "notification",
"convert_ansi_code": true
}
},
"output_wrappers": {
"stdout": null,
"stderr": null
},
"output_channel_order": "stdout-first",
"output_handling_mode": "buffered",
"execution_notification_mode": null,
"events": {},
"debounce": null,
"command_palette_availability": "enabled",
"preactions": [],
"variable_default_values": {}
},
{
"id": "q71ju9t4ka",
"platform_specific_commands": {
"default": "git branch -a"
},
"shells": {},
"alias": "Git : Branch",
"icon": null,
"confirm_execution": false,
"ignore_error_codes": [],
"input_contents": {
"stdin": null
},
"output_handlers": {
"stdout": {
"handler": "notification",
"convert_ansi_code": true
},
"stderr": {
"handler": "notification",
"convert_ansi_code": true
}
},
"output_wrappers": {
"stdout": null,
"stderr": null
},
"output_channel_order": "stdout-first",
"output_handling_mode": "buffered",
"execution_notification_mode": null,
"events": {},
"debounce": null,
"command_palette_availability": "enabled",
"preactions": [],
"variable_default_values": {}
}
],
"prompts": [],
"builtin_variables": {},
"custom_variables": [],
"custom_variables_notify_changes_via": {
"obsidian_uri": true,
"output_assignment": true
},
"custom_shells": [],
"output_wrappers": []
}