0.5-alpha
Advanced input module.
Repository
Current version released
5 years ago
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
- Yes/No Input
- cliInput
- More flexible Keywords for autocomplete
- Support for 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.extensions.tsContains the extensions for easier importextensions/*.tsImplementation of extensionsexamples/*.tsExamples to showcase Input Plustests/*_test.tsTests (test withdeno --unstable test)deps.tsDependenciesdev_deps.tsDevelopment Dependencies