Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zenixls2/hyperpreview
- Owner: zenixls2
- License: mit
- Created: 2020-01-09T09:23:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T22:20:22.000Z (almost 3 years ago)
- Last Synced: 2024-10-15T09:51:06.702Z (3 months ago)
- Topics: hyperterm, hyperterminal
- Language: JavaScript
- Size: 505 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)