Update menu.dat

This commit is contained in:
OSPanel 2024-04-06 01:31:25 +03:00
parent 64c96dc82e
commit f38e6dd337

View file

@ -4,6 +4,7 @@ caption = {lang_open_in_browser}
category = domains
command = "%COMSPEC%" /c "start "" "http://{host_decoded}""
hide = on
icon = fa-up-right-from-square
need_state = on
[1]
@ -11,6 +12,7 @@ need_state = on
caption = {lang_open_in_console}
category = domains
command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}"
icon = fa-terminal
need_use_win_terminal = on
[2]
@ -18,6 +20,7 @@ need_use_win_terminal = on
caption = {lang_open_in_console}
category = domains
command = "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}"
icon = fa-terminal
need_use_win_terminal = off
[3]
@ -26,6 +29,7 @@ caption = {lang_open_in_explorer}
category = domains
command = "%SystemRoot%\explorer.exe" "{project_dir}"
hr_after = on
icon = fa-folder-closed
work_directory = {project_dir}
[4]
@ -33,6 +37,7 @@ work_directory = {project_dir}
caption = {lang_open_in_console}
category = modules
command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp use {module_name}"
icon = fa-terminal
need_use_win_terminal = on
[5]
@ -40,6 +45,7 @@ need_use_win_terminal = on
caption = {lang_open_in_console}
category = modules
command = "%COMSPEC%" /k "osp reset init noprint & osp use {module_name}"
icon = fa-terminal
need_use_win_terminal = off
[6]
@ -47,6 +53,7 @@ need_use_win_terminal = off
caption = {lang_launch_shell}
category = modules
command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp shell {module_name}"
icon = fa-terminal
need_state = on
need_module_shell = on
need_use_win_terminal = on
@ -56,96 +63,86 @@ need_use_win_terminal = on
caption = {lang_launch_shell}
category = modules
command = "%COMSPEC%" /k "osp reset init noprint & osp shell {module_name}"
icon = fa-terminal
need_state = on
need_module_shell = on
need_use_win_terminal = off
[8]
caption = {lang_open_data_in_explorer}
category = modules
command = "%SystemRoot%\explorer.exe" "{root_dir}\data\{module_name}\{profile_name}"
work_directory = {root_dir}\data\{module_name}\{profile_name}
[9]
caption = {lang_open_profile_in_explorer}
category = modules
command = "%SystemRoot%\explorer.exe" "{root_dir}\config\{module_name}\{profile_name}"
work_directory = {root_dir}\config\{module_name}\{profile_name}
[10]
caption = {lang_open_main_dir_in_explorer}
caption = {lang_open_in_explorer}
category = modules
command = "%SystemRoot%\explorer.exe" "{root_dir}\modules\{module_name}"
hr_after = on
icon = fa-folder-closed
work_directory = {root_dir}\modules\{module_name}
[11]
[9]
caption = {lang_initialize}
category = modules
command = "%COMSPEC%" /c "osp init {module_name}"
hide = on
icon = fa-gears
need_state = off
[12]
[10]
caption = {lang_switch_on}
category = modules
command = "%COMSPEC%" /c "osp on {module_name}"
hide = on
icon = fa-circle-play
need_state = off
[13]
[11]
caption = {lang_restart}
category = modules
command = "%COMSPEC%" /c "osp restart {module_name}"
hide = on
icon = fa-redo
need_state = on
[14]
[12]
caption = {lang_switch_off}
category = modules
command = "%COMSPEC%" /c "osp off {module_name}"
hide = on
icon = fa-power-off
need_state = on
[15]
caption = {lang_control_panel}
command = "%COMSPEC%" /c "start "" "{web_panel_url}""
hide = on
enabled = off
[16]
[13]
caption = {lang_cli}
command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init"
icon = fa-terminal
need_use_win_terminal = on
[17]
[14]
caption = {lang_cli}
command = "%COMSPEC%" /k "osp reset init"
icon = fa-terminal
need_use_win_terminal = off
[18]
[15]
caption = {lang_root_dir}
command = "%SystemRoot%\explorer.exe" "{root_dir}"
icon = fa-folder-closed
[19]
[16]
caption = {lang_idn_menu_caption}
command = "{root_dir}\system\bin\idnconverter.exe"
icon = fa-shuffle
[20]
[17]
caption = {lang_sp_tool}
command = "{root_dir}\system\bin\syspreptool.exe"
hr_after = on
hr_before = on
icon = fa-tools