Skip to main content
Deno 2 is finally here 🎉️
Learn more

Test

Input Plus

Input Plus is a module for advanced Input (multiline input, tab completion etc.)

This is currently in early development.

Implemented Features

  • Single line input
  • Multi line input
  • Tab completion
  • Highlighting
  • anything else

Keypress

Keypress is currently included directly, due to https://deno.land/x/keypress@0.0.4 currently not working

Files

mod.ts Is the main module. utils.ts Contains some utility functions to make using Input Plus more bearable helpers.ts Contains some helpers used in the other files.