Package Exports
- hyperterm-clicky
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hyperterm-clicky) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
hyperterm-clicky
Extension for HyperTerm that automatically links URLs and local files in node.js stack traces.

How to use
Install HyperTerm and add hyperterm-clicky to plugins
in ~/.hyperterm.js.
- click a link to open it in your default browser.
- hold
CommandorAlt(On PC keyboard) key and click a link to open it in hyperterm window. - focus on the HyperTerm window and
Ctrl + Cto abort opening url. - by default, we run atom editor when you click on a filename with :line:collumn, to set your prefered(sublime for example) editor, add this to your
~/.hyperterm.js:
clicky:{
editor: 'subl'
},for VSCode you are in a pickle, because it doesn't support opening from CLI with :line:collumn at the end.
Customizing styles
Add cutome styles to termCSS in your ~/.hyperterm.js.
termCSS: `
x-screen a {
color: blue;
}
x-screen a.hover {
text-decoration: none;
}
`License
MIT