AutoCAD-style floating command line with Promise-based execution.

Features:

  • Floating command bar with left terminal glyph + down toggle and right up toggle
  • Command history popup
  • Message panel above the bar
  • Enter repeats last command if input empty
  • Esc cancels current command
  • Inline clickable options
  • Keyboard navigation
  • Promise-based execution for async command handling
  • Auto-complete popup for matching commands

Constructors

Accessors

Methods

  • Execute a command line string. Returns a Promise that resolves when the command is completed.

    Parameters

    • cmdLine: string

      Command string

    Returns void

    Promise