Web-Based CLI Documentation

Online command-line interface built with Angular and Node.js. Supports 41+ Linux-style commands, a virtual file system, nano editor, TLS inspection, command chaining with &&, sudo, and an educational --man flag for every command.

Features

Command List

Keyboard and Editor Shortcuts

How It Works

The browser SPA renders the terminal UI. A VPS backend with Nginx and Node.js handles CORS and performs tasks not possible from the frontend alone, such as WHOIS, GeoIP, and TLS certificate and chain inspection.

Back to the CLI