Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zenixls2/hyperpreview

An url preview extension for hyperterm v3.0.2
https://github.com/zenixls2/hyperpreview

hyperterm hyperterminal

Last synced: about 1 month ago
JSON representation

An url preview extension for hyperterm v3.0.2

Awesome Lists containing this project

README

        

# HyperPreview

[![License](https://img.shields.io/github/license/zenixls2/hyperpreview.svg)](LICENSE.md)
[![GitHub issues](https://img.shields.io/github/issues/zenixls2/hyperpreview.svg)](https://github.com/zenixls2/hyperpreview/issues)

> URI preview for [Hyper](https://hpyer.is).

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

![example](example.gif)

## 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`:
```js
module.exports = {
...
localPlugins: ["hyperpreview"],
...
};
```

## Credits

This plugin is inspired by [`xterm.js`](https://github.com/xtermjs/xterm.js) for how it calculates the mouseover,
and [`xterm-addon-web-links`](https://github.com/xtermjs/xterm-addon-web-links) for how it parses weblinks.

---

Made with :sparkles: & :heart: by [zenixls2](https://github.com/zenixls2) and [contributors](https://github.com/zenixls2/hyperpreview/graphs/contributors)