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

@j-f/hyper-statusline

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

@j-f/hyper-statusline

Status Line Plugin for Hyper. Updated fork of @henrikdahl's version.

  • 1.9.1
  • latest
  • Source
  • npm
  • Socket score

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

hyper-statusline hyper npm npm

This is a fork of @henrikdahl’s hyper-statusline package.

Due to a bug in Hyper (#3288), you can’t install this via hyper i. Until the bug is fixed, you can clone this repo to ~/.hyper_plugins/local/hyper-statusline and put hyper-statusline in your localPlugins.


Status Line Plugin for Hyper. Shows clickable & useful information. Matches any theme.

hyper-statusline

Install

Add following to your ~/.hyper.js config.

module.exports = {
  ...
  plugins: ['hyper-statusline']
  ...
}

Config

Add following to ~/.hyper.js

Change Git Dirty Color

Expected value is CSS color

module.exports = {
  config: {
    ...
      hyperStatusLine: {
        dirtyColor: 'salmon',
      }
    ...
  }
}

Change Git Ahead Color

Expected value is CSS color

module.exports = {
  config: {
    ...
      hyperStatusLine: {
        aheadColor: 'ivory',
      }
    ...
  }
}

Default value is set to true

module.exports = {
  config: {
    ...
      hyperStatusLine: {
        footerTransparent: false,
      }
    ...
  }
}

Open in editor

This is disabled by default so clicking the current directory link will open your file manager. Set editor to your preferred editor to open an editor instead.

Currently supported editors are VS Code ('vscode') and Atom ('atom')

module.exports = {
  config: {
    hyperStatusLine: {
      editor: 'vscode',
    },
  },
}

Theme

License

MIT © Henrik

Keywords

FAQs

Package last updated on 16 Dec 2018

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