mobux 0.6.0

A touch-friendly tmux web UI for unhinged people who run terminal sessions from their phone while walking the dog
1
2
3
4
5
import { render } from "preact";
import { App } from "./app.jsx";
import "./app.css";

render(<App />, document.getElementById("app"));