Local Echo Versions Save

A local-echo controller for xterm.js

0.2.0

5 years ago

First version with tab-completion support:

Changelog

  • ADDED: Tab completion support using .addAutocompleteHandler
  • ADDED: Wide printing of multiple items using .printWide
  • ADDED: Reading single character amidst of user input using .readChar([prompt])

0.1.0

5 years ago

First beta release that includes the core local-echo functionality

  • ADDED: Promise-based .read() function to prompt the user and read a single line of input using local echo
  • ADDED: Arrow navigation
  • ADDED: Word-boundary navigation
  • ADDED: Word-boundary deletion
  • ADDED: Local command history
  • ADDED: Multi-line command input
  • ADDED: Free multi-line command navigation