Socket
Book a DemoInstallSign in
Socket

hyperline-auhau

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperline-auhau

Handy status line for Hyper.app

1.3.0
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

HyperLine

This is fork of the original plugin as it became not-maintained and which contains work of several members as well other improvements

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

Screenshot

Install

  • NOTE: HyperLine is not currently supported when using Microsoft Windows. See this issue for additional information.

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

plugins: [
  "hyperline",
],

Styling the line

We implemented the same mechanism for styling/creating css classes that Hyper uses. This will allow you to create custom HyperLine themes the same way you would create a Hyper css theme.

Configuring plugins

Add the names of plugins in the order in which you would like them to be displayed to your ~/.hyper.js:

config: {                                                                      
  hyperline: {                                                                 
    plugins: {                                                                 
      "ip": 'l', // Align to left                                                                   
      "cpu": 'r', // Align to right                                                                   
      "spotify": 'c' // Align to center                                                                
    }                                                                         
  },
}

You can see a list of all available plugins in src/lib/plugins/index.js

Contributing

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

To set up the project for development:

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

Authors

Contributors

This project exists thanks to all the people who contribute.

Keywords

hyper.app

FAQs

Package last updated on 29 Jun 2019

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.