hyperborder icon indicating copy to clipboard operation
hyperborder copied to clipboard

adds a gradient border to the Hyper terminal

Results 7 hyperborder issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/36744423/66783777-07428c00-eeaf-11e9-8d3e-bb82a2ef7dba.png) ``` // Future versions of Hyper may add additional config options, // which will not automatically be merged into this file. // See https://hyper.is#cfg for all currently supported options....

**Issue** I installed hyper-border but when starting hyper I get the following error message: **This is my hyper.js configuration** ``` module.exports = { // ... config: { hyperBorder: { borderWidth:...

I'm using Hyper 3.1.5 (stable) ![image](https://user-images.githubusercontent.com/96349874/149078780-242d56f1-a74a-454c-b272-0bee9ea3b1d1.png)

Howdy! I was just wondering if the following could be something interesting/useful to people and if it would be possible to be implemented? Imagine you have multiple hyper windows opened...

Per documentationm, I have the following in my `hyper.js` ```javascript hyperBorder: { borderWidth: '2px', animate: true }, ``` Neither `borderWidth` nor `animate` take any effect. Here is some app information:...

Bumps [debug](https://github.com/debug-js/debug) from 4.1.1 to 4.3.4. Release notes Sourced from debug's releases. 4.3.4 What's Changed Add section about configuring JS console to show debug messages by @​gitname in debug-js/debug#866 Replace...

dependencies

With the new hyperborder version (v2) the CPU usage is very high when enabling animation. I ruled out any other plugin by disabling them for testing. With all other plugins...

enhancement