Skip to content

zenixls2/hyperpreview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published