runandlog 0.3.1

CLI / TUI that runs the shell commands in a Markdown file and writes the results back
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>Run and Log</title>
    <link rel="stylesheet" href="style.css" />
  </head>
  <body>
    <header class="header">
      <div class="path" id="path" title="">Loading…</div>
      <div class="actions">
        <button id="run-all" type="button">Run all</button>
        <button id="stop" type="button" disabled>Stop</button>
        <button id="reload" type="button">Reload</button>
      </div>
    </header>

    <main id="cells" class="cells"></main>

    <footer class="status" id="status">Ready.</footer>

    <script src="app.js"></script>
  </body>
</html>