Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hyper-command-gifs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyper-command-gifs

Hyper™ plugin. Gives you matching GIFs for your terminal commands

  • 0.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-75%
Maintainers
1
Weekly downloads
 
Created
Source

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']
    }
  }
}

Keywords

FAQs

Package last updated on 23 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc