feat(runtime): run local shell commands from UI
test / workspace (push) Successful in 12m36s

This commit is contained in:
Tom You
2026-07-09 00:17:45 -05:00
parent fc17c44c38
commit a215d91f40
6 changed files with 185 additions and 1 deletions
+14
View File
@@ -132,6 +132,20 @@
</article>
</section>
<section class="panel terminal-panel">
<div class="panel-heading">
<div>
<p class="eyebrow">Local terminal</p>
<h3>Run a local shell command</h3>
</div>
<button id="run-terminal" class="primary" type="button">Run</button>
</div>
<div class="terminal-form">
<input id="terminal-command" value="printf 'hello from Rabby local terminal'" />
<pre id="terminal-output">Local command runtime is wired through Tauri.</pre>
</div>
</section>
<section class="panel feature-panel">
<div class="panel-heading">
<div>