Skip to content

✨ Status line plugin for Hyper ✨

License

Notifications You must be signed in to change notification settings

Mheaus/hyperline

 
 

Repository files navigation

HyperLine

HyperLine is a status line plugin for Hyper.app. It shows you useful system information such as free memory, uptime and CPU usage.

This is my version of the plugin, updated from the original on Hyperline/hyperline](https://github.com/Hyperline/hyperline/).

Screenshot

Install

To install, edit ~/.hyper.js and add "hyperline" to plugins:

plugins: [
  "hyperline",
],

Contributing

Feel free to contribute to HyperLine by requesting a feature, submitting a bug or contributing code.

To set up the project for development:

  1. Clone this repository into ~/.hyper_plugins/local/
  2. Run npm install within the project directory
  3. Run npm run build to build the plugin OR npm run dev to build the plugin and watch for file changes.
  4. Add the name of the directory to localPlugins in ~/.hyper.js.
  5. Reload terminal window

Authors

Contributors

This project exists thanks to the opencollective who first started this project.

About

✨ Status line plugin for Hyper ✨

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 100.0%