Skip to content

Turn your Hyper terminal into nyan cat while typing.

License

Notifications You must be signed in to change notification settings

lordgloom/hyper-cat

 
 

Repository files navigation

Turn your Hyper terminal into nyan cat while typing. Audio included!

Screen Capture

To install, edit ~/.hyper.js and add hyper-cat to plugins:

module.exports = {
  ...
  plugins: [
    "hyper-cat"
  ]
  ...
};

You may then need to reload your terminal.

Configuration

Configuration can by applied by editing ~/.hyper.js as follows:

module.exports = {
  config: {
    ...
    hyperCat: {
      // The number of pixels the cat and rainbow should jump up and down.
      staggerHeight: 2, 
      // The max opacity of the rainbow.
      rainbowMaxAlpha: 1, 
      // Whether audio should play while typing.
      audioEnabled: true, 
      // Whether the cat is always active instead of only while typing.
      alwaysActive: false 
    }
    ...
  }
}

About

Turn your Hyper terminal into nyan cat while typing.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 66.2%
  • JavaScript 33.8%