A terminal emulator built on Tauri using Rust and Svelte.
This is mostly a hobby project I started when Hyper didn't install cleanly on NixOs. My goal is to implement the functionality of various other terminals that I find useful or fun.
npm install
cargo tauri dev
or build with cargo tauri build
If the tests fail when exected on a Windows machine, try using the latest version of Powershell. Otherwise refer to this Stack Overflow question
cargo tauri dev
npm run test:e2e