All Projects → Aaronius → Hyper Cat

Aaronius / Hyper Cat

Licence: mit
Turn your Hyper terminal into nyan cat while typing.

Labels

Projects that are alternatives of or similar to Hyper Cat

Hyper
🎨 Omni for Hyper
Stars: ✭ 108 (-44.62%)
Mutual labels:  hyper
Terminal Icons
Beautiful icons for your favourite terminal apps like Hyper and iTerm2
Stars: ✭ 149 (-23.59%)
Mutual labels:  hyper
Routerify
A lightweight, idiomatic, composable and modular router implementation with middleware support for the Rust HTTP library hyper.rs
Stars: ✭ 173 (-11.28%)
Mutual labels:  hyper
Hyperterm Overlay
A complete and customizable solution for a overlay window in your Hyper.app
Stars: ✭ 127 (-34.87%)
Mutual labels:  hyper
Weld
Full fake REST API generator written with Rust
Stars: ✭ 146 (-25.13%)
Mutual labels:  hyper
Aura Theme
💅 A beautiful dark theme for your favorite apps.
Stars: ✭ 159 (-18.46%)
Mutual labels:  hyper
Awesome Hyper
🖥 Delightful Hyper plugins, themes, and resources
Stars: ✭ 9,687 (+4867.69%)
Mutual labels:  hyper
Hyperlayout
📐 Layout presets for Hyper.app
Stars: ✭ 184 (-5.64%)
Mutual labels:  hyper
Hyper Search
Search-text plugin for Hyper.js
Stars: ✭ 146 (-25.13%)
Mutual labels:  hyper
Dotfiles Win
🙈 oh-my-zsh on bash on windows configuration files
Stars: ✭ 167 (-14.36%)
Mutual labels:  hyper
Hyper Tls
Stars: ✭ 131 (-32.82%)
Mutual labels:  hyper
Hyperstart
The tiny Init service for HyperContainer
Stars: ✭ 135 (-30.77%)
Mutual labels:  hyper
Hyper Hypest
A beautiful and minimal macOS theme for Hyper
Stars: ✭ 159 (-18.46%)
Mutual labels:  hyper
Php Rpm
PHP Rust Process Manager
Stars: ✭ 113 (-42.05%)
Mutual labels:  hyper
Hyper Tabs Enhanced
Enhanced Tabs Plugin for Hyper
Stars: ✭ 173 (-11.28%)
Mutual labels:  hyper
Hyper
A terminal built on web technologies
Stars: ✭ 37,504 (+19132.82%)
Mutual labels:  hyper
Zsh Theme
Yet another zsh theme
Stars: ✭ 153 (-21.54%)
Mutual labels:  hyper
Cheat Sheets
Cheat Sheets 🐭🤖👀
Stars: ✭ 185 (-5.13%)
Mutual labels:  hyper
Hyperborder
adds a gradient border to the Hyper terminal
Stars: ✭ 183 (-6.15%)
Mutual labels:  hyper
Hyper Pane
Extension for Hyper.app to enhance pane navigation.
Stars: ✭ 160 (-17.95%)
Mutual labels:  hyper

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, 
      // When nyan audio shall be enabled:
      //   true will always play nyan audio
      //   false will never play nyan audio
      //   "whileTyping" will play nyan audio while typing
      audioEnabled: "whileTyping", 
      // When nyan video shall be enabled:
      //   true will always play nyan video
      //   false will never play nyan video
      //   "whileTyping" will play nyan video while typing
      videoEnabled: "whileTyping"
    }
    ...
  }
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].