git-falcon9
v1.0.17
Published
Falcon9 Rocket launches and lands in Hyper terminal when pushing and pulling with Git
Downloads
14
Readme
git-falcon9
This is a plugin for the Hyper terminal that launches a Falcon 9 when you push code and lands when you pull code with Git.
Installation
To use this plugin, first install the plugin in your ~/.hyper_plugins
folder.
$ cd ~/.hyper_plugins
$ npm install git-falcon9
Then, add the plugin's name in your ~/.hyper.js
file as an item in the
plugins
array.
plugins: [
"git-falcon9"
],
Afterwards, refresh your Hyper terminal with View > Full Reload.
If this does not work, restarting your Hyper Terminal might help.
Inspired by gitrocket, space-pull and SpaceX Falcon 9 Landing CSS
Special launch for very large commits
The max payload for a Falcon 9 is 22.8kB. Commits larger than 22.8kB may require something special.