This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user