v0.2-alpha
Advanced input module.
Repository
Current version released
5 years ago
Dependencies
std
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.