13 Commits (df4a12fb90e793aa94b0c1b56d06b315a20f38e6)

Author SHA1 Message Date
Peery df4a12fb90 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 1e93cda8de Fixed error suggestion for new command syntax
Also renamed fetchCommands to getSuggestions.
7 years ago
lub 2eb293d01d implement modular commands - fixes #1 7 years ago
lub 84e3093102 add expandCommand 7 years ago
lub 3f00daff9b create findShortcut 7 years ago
lub 1eeb3365fc move projects to commands.projects 7 years ago
lub f85f5e47df Revert "make commands a global"
This reverts commit 9c2d902c39.
7 years ago
lub 9c2d902c39 make commands a global 7 years ago
lub 7bfb943328 add commands alias to module.exports 7 years ago
lub c8d449ed8f add project import to commands.js 7 years ago
Peery 915074fa73 Fixed export of methods in commands.js 7 years ago
Peery dab8f2f47e Added fetchCommand utility
Implemented fetchCommand method to map command input to
available commands. Includes distance threshhold
7 years ago
Peery 8a38753413 Added commands.js and editDistance function
Created commands.js for command related functions. Also
added edit distance calculation for error correction.
7 years ago