1.0.3 • Published 7 years ago

hyper-cat-cursor v1.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

An extension for Hyper to replace the cursor with a cat emoji sequence. Why? Because I was bored.

Animated gif of a command line interface with a cat emoji animation as cursor

Installation

Add hyper-cat-cursor to the plugins array of your .hyper.js file.

Options

You may configure the extension by adding a catCursor object to the .hyper.js file's config object. Use the following options:

catCursor: {
  speed: 3000, // length of the sequence in milliseconds
  fontSize: 60, // font size of the cat in css pixels
  cats: ['🐱', '🙀', '😾', '😿', '😹', '😼', '😺', '😻', '😸', '😽'] // custom cat sequence. only cats are accepted, of course
},

So you can easily create abominations like this:

Animated gif of a command line interface with a cat emoji animation as cursor