URI preview for Hyper.
Display the preview of links in console that your mouse hovers on.
Since this plugin is still not available in npm, we have to do manual installation.
Simply clone this repo inside ~/.hyper_plugins/local/
and modify ~/.hyper.js
:
module.exports = {
...
localPlugins: ["hyperpreview"],
...
};
This plugin is inspired by xterm.js
for how it calculates the mouseover,
and xterm-addon-web-links
for how it parses weblinks.
Made with ✨ & ❤️ by zenixls2 and contributors