forked from ctrl_packages/epics_launcher
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"Linux": {
|
|
"theme_base": "../themes/",
|
|
"cmd": {
|
|
"command": "{command}"
|
|
},
|
|
"caqtdm":{
|
|
"command": "caqtdm {param} \"{macros}\" {panel}",
|
|
"arg_flags": {"macros": "-macro"}
|
|
},
|
|
"medm":{
|
|
"command": "medm -x {param} {macros} {panel}",
|
|
"arg_flags": {"macros": "-macro"}
|
|
},
|
|
"pep":{
|
|
"command": "bash -c \"pep {param} {panel}\"",
|
|
"arg_flags": {"panel": "-f"}
|
|
}
|
|
},
|
|
"Windows": {
|
|
"theme_base": "../themes/",
|
|
"cmd": {
|
|
"command": "{command}"
|
|
},
|
|
"caqtdm":{
|
|
"command": "caqtdm {param} {macros} {panel}",
|
|
"arg_flags": {"macros": "-macro"}
|
|
},
|
|
"medm":{
|
|
"command": "medm -x {param} {macros} {panel}",
|
|
"arg_flags": {"macros": "-macro"}
|
|
},
|
|
"pep":{
|
|
"command": "cmd /c \"pep {param} {panel}\"",
|
|
"arg_flags": {"panel": "-f"}
|
|
}
|
|
},
|
|
"OS_X": {
|
|
"theme_base": "../themes/",
|
|
"cmd": {
|
|
"command": "{command}"
|
|
},
|
|
"caqtdm":{
|
|
"command": "caqtdm {param} {macros} {panel}",
|
|
"arg_flags": {"macros": "-macro"}
|
|
},
|
|
"medm":{
|
|
"command": "medm -x {param} {macros} {panel}",
|
|
"arg_flags": {"macros": "-macro"}
|
|
},
|
|
"pep":{
|
|
"command": "bash -c \"pep {param} {panel}\"",
|
|
"arg_flags": {"panel": "-f"}
|
|
}
|
|
}
|
|
} |