0.4-alpha
Advanced input module.
Repository
Current version released
5 years ago
Dependencies
deno.land/x
Input Plus
Input Plus is a module for advanced Input (multiline input, tab completion etc.)
You can try it with:
deno run --unstable https://deno.land/x/input_plus/example.tsThis is currently in early development.
Implemented Features
- Single line input
- Multi line input
- Tab completion
- Highlighting
- anything else
Files
mod.tsIs the main module.utils.tsContains some utility functions to make using Input Plus more bearablehelpers.tsContains some helpers used in the other files.example.tsExample to showcase Input Plusmod_test.tsTests (test withdeno --unstable test mod_test.ts)deps.tsDependeciesdev_deps.tsDevelopment Dependencies