hyper-match
hyper-match copied to clipboard
HyperTerm extension which matches regular expressions with predefined commands
 
I'm unable to open files that match a trigger pattern using `'open "$&"'`. Video here: https://goo.gl/5wpiR5 I also tried hardcoding the file name in the strategy, like `strategy: 'open "$&"'`...
The plugin does not work, and I just get this Error in the dev tools: ``` Error: Cannot find module 'babel-runtime/core-js/json/stringify' at Module._resolveFilename (module.js:470) at Function.Module._resolveFilename (/Applications/Hyper.app/Contents/Resources/electron.asar/common/reset-search-paths.js:35) at Function.Module._load (module.js:418)...