zenixls2 / hyperpreview

An url preview extension for hyperterm v3.0.2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HyperPreview

License GitHub issues

URI preview for Hyper.
Display the preview of links in console that your mouse hovers on.

example

Installation

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"],
  ...
};

Credits

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

About

An url preview extension for hyperterm v3.0.2

License:MIT License


Languages

Language:JavaScript 100.0%