https://github.com/zenixls2/hyperpreview
An url preview extension for hyperterm v3.0.2
https://github.com/zenixls2/hyperpreview
hyperterm hyperterminal
Last synced: 4 months ago
JSON representation
An url preview extension for hyperterm v3.0.2
- Host: GitHub
- URL: https://github.com/zenixls2/hyperpreview
- Owner: zenixls2
- License: mit
- Created: 2020-01-09T09:23:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T22:20:22.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T15:55:39.056Z (11 months ago)
- Topics: hyperterm, hyperterminal
- Language: JavaScript
- Size: 505 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HyperPreview
[](LICENSE.md)
[](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.

## 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)