Front - DynaLauncher Is a project aiming to make Job management in LsDyna easy. It is mainly inspired by LsRun (edited by Ansys LSTC) But offer the capability of managing terminals directly in the GUI. It communicate with an API running on the executive machine and can control it remotly.
Front - DynaLauncher is the client component of DynaLauncher.
It's not meant to be used alone.
API here : api - dynalauncher
Download .exe file from releases and execute it.
Please ensure you have NPM installed and Node \
run npm -i
run dev
script form package.json
run build
script form package.json
Terminals can be customized using CSS and regex. In the section settings / TerminalColorRules
The regex expression ^.*N\s+o\s+r\s+m\s+a\s+l\s+t\s+e\s+r\s+m\s+i\s+n\s+a\s+t\s+i\s+o\s+n.*$
will highlight lines containing
N o r m a l t e r m i n a t i o n
You can then add a css rule to style it
color:#98c379; font-weight: bold; font-style: italic;
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.