hyper-match icon indicating copy to clipboard operation
hyper-match copied to clipboard

HyperTerm extension which matches regular expressions with predefined commands

Results 4 hyper-match issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/5053620/39228867-57dff7a0-488a-11e8-966d-e294ddbebe9f.png) ![image](https://user-images.githubusercontent.com/5053620/39228871-5efee1ae-488a-11e8-803f-923d6360219c.png)

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)...