0.0.6 • Published 7 years ago

hyper-command-gifs v0.0.6

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

Hyper Command GIFs

Plugin for Hyper™ terminal.

Enhances your daily terminal routine with GIFs. Because why not.

Currently the plugin matches for the following keywords in your commands:

  • build
  • checkout
  • deploy
  • pull
  • push
  • start
  • test

More to come in the next few days!

Demo of Plugin using git push command

How to use

Install Hyper and add hyper-command-gifs to plugins in ~/.hyper.js.

plugins: [
  'hyper-command-gifs'
]

Config

To configure the plugin simply add a hyperCommandGifs property to the config object in ~/.hyper.js. The only option right now is to disable certain commands to prevent them from matching and showing GIFs.

Let's say you are switching branches like a maniac and hitting npm test every 5 seconds, then just disable them like this:

module.exports = {
  config: {
    // ...all the other default options


    hyperCommandGifs: {
      disabledCommands: ['checkout', 'test']
    }
  }
}
0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago