hypergravity
v1.0.5
Published
Extension for Hyper terminal to add some fancy physics to your text!
Downloads
30
Maintainers
Readme
Hypergravity - gravity simulation in Hyper terminal
How to install and use it
- Open
~/.hyper.js
and addhypergravity
in the proper place:
plugins: [
// some other plugins
'hypergravity'
],
- Run Hyper and press
Command + G
(orControl + G
on Linux and Windows) to toggle gravity mode!
How to run it for development
- Clone the repo to
~/.hyper_plugins/local/hypergravity
- Go to
hypergravity
folder. - Run
yarn
to install the dependencies. - Add this to your
.hyper.js
:
localPlugins: [
// maybe some other local plugins
'hypergravity'
],
- At the beginning and after each change in source files, run
yarn build
to (re)buildindex.js
which is in fact loaded by Hyper.