13 Commits (master)

Author SHA1 Message Date
Peery 6791398588 Fixed handling of non-command messages - fixes #17
Added if's when the regex for command detection returns null and notify
the caller via either a failed promise or a null return.
7 years ago
Peery 56f9b0aa7b Fixed error suggestion for new command syntax
Also renamed fetchCommands to getSuggestions.
7 years ago
lub b6aa1ed45e implement modular commands - fixes #1 7 years ago
lub f0e11a0289 add expandCommand 7 years ago
lub 09b7f91e67 create findShortcut 7 years ago
lub 343864a126 move projects to commands.projects 7 years ago
lub df07028aa6 Revert "make commands a global"
This reverts commit 9c2d902c39.
7 years ago
lub 3ec380cf66 make commands a global 7 years ago
lub 6e64708a37 add commands alias to module.exports 7 years ago
lub 4251245218 add project import to commands.js 7 years ago
Peery 3f7d27bdb3 Fixed export of methods in commands.js 7 years ago
Peery 670450d01d Added fetchCommand utility
Implemented fetchCommand method to map command input to
available commands. Includes distance threshhold
7 years ago
Peery 795eac52f7 Added commands.js and editDistance function
Created commands.js for command related functions. Also
added edit distance calculation for error correction.
7 years ago