1 dépôt
Input systems that process commands as tokens to eliminate escaping errors and provide advanced autocomplete.
Distinct from Web-Based Command Interfaces: Existing candidates focus on AI tokenizers or general CLIs, not the specific UI input mechanism using tokens for shell commands.
Explore 1 awesome GitHub repository matching user interface & experience · Token-Based Command Interfaces. Refine with filters or upvote what's useful.
TermKit is a framework for building desktop terminal environments using a decoupled architecture that pairs a Node.js backend with a WebKit-based frontend. It functions as a terminal emulator that replaces traditional monospace text buffers with a rich text user interface capable of rendering complex widgets, tables, and media. The project distinguishes itself through a MIME-based data streaming system that routes binary data via pipes, using headers to automatically select the appropriate visual formatter for rendering. It utilizes a token-based command interface that processes input as disc
Features a command line input system that processes discrete tokens to enable inline autocomplete and eliminate escaping errors.