sdether / josh.js

Toolkit for building a bash-like shell in the browser, including full readline support
http://sdether.github.com/josh.js/
Apache License 2.0
390 stars 76 forks source link

Shell.bestMatch should have case-insensitive option #2

Open sdether opened 11 years ago

sdether commented 11 years ago

For completions that are case-insensitve, the bestMatch method should have be able to find matches case insensitively, and PathHandler should expose a config flag to enable this for path completions