Commit Graph

10 Commits (91c5a46ad40036c2de59a978c4ee8ba783a597c6)

Author SHA1 Message Date
lub 84e3093102 add expandCommand
lub 3f00daff9b create findShortcut
lub 1eeb3365fc move projects to commands.projects
lub f85f5e47df Revert "make commands a global"
This reverts commit 9c2d902c39.
lub 9c2d902c39 make commands a global
lub 7bfb943328 add commands alias to module.exports
lub c8d449ed8f add project import to commands.js
Peery 915074fa73 Fixed export of methods in commands.js
Peery dab8f2f47e Added fetchCommand utility
Implemented fetchCommand method to map command input to
available commands. Includes distance threshhold
Peery 8a38753413 Added commands.js and editDistance function
Created commands.js for command related functions. Also
added edit distance calculation for error correction.