runandlog 0.3.1

CLI / TUI that runs the shell commands in a Markdown file and writes the results back
{
  "$schema": "https://schema.tauri.app/config/2",
  "productName": "Run and Log",
  "version": "0.3.1",
  "identifier": "com.cyberneura.runandlog",
  "build": {
    "frontendDist": "ui"
  },
  "app": {
    "windows": [
      {
        "title": "Run and Log",
        "width": 900,
        "height": 700,
        "resizable": true
      }
    ],
    "security": {
      "csp": "default-src 'self'; style-src 'self' 'unsafe-inline'"
    },
    "withGlobalTauri": true
  },
  "bundle": {
    "active": false,
    "targets": "all",
    "icon": [
      "icons/icon.png"
    ]
  }
}