To install dependencies:
bun install
To run:
bun run index.ts
A terminal-based CLI application built with Ink and TypeScript, featuring command autocomplete and interactive UI.
- Interactive command-line interface with bordered input/output areas
- Command autocomplete with fuzzy search (type
/
to see available commands) - Keyboard navigation through suggestions
- Built with Ink (React for CLIs) and Bun runtime