Socket
Book a DemoInstallSign in
Socket

config-hyperterm

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

config-hyperterm

Easily set/get `hyperterm` config.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

config-hyperterm Build Status

Easily set/get hyperterm config.

Install

$ npm install --save config-hyperterm

Usage

const configHyperterm = require('./')('~/.hyperterm.js');

configHyperterm.get('plugins'); //[ 'hyperterm-snazzy', 'hypercwd', 'hypertheme' ]

configHyperterm.set('plugins', 'hypercwd'); //WIP

API

configHyperterm(path)

path

Type: Object

HyperTerm Configuration path, defaults to ~/.hyperterm.js

CLI

$ npm install --global config-hyperterm
$ config-hyperterm 

  Easily set/get `hyperterm` config.

  Usage
    $ config-hyperterm

  Options
    --plugins List of plugins that are already present.
    --local-plugins  List of plugins that are already present.
    plugin [name] The plugin name to add.
    local-plugin [name] The plugin name to add.
    font-size [value] Get or set the font-size.
    font-family [value] Get or set the font-family.
    cursor-color [value] Get or set the cursor-color.
    fg-color [value] Get or set the foregroundColor.
    bg-color [value] Get or set the backgroundColor
    css [value] Get or set the CSS.
    term-css [value] Get or set the termCSS.
    colors [value] Get or set the colors.

  Examples
  $ config-hyperterm --plugins
  [ 'hyperterm-snazzy', 'hypercwd', 'hypertheme' ]
  $ config-hyperterm --local-plugins
  []

GIF FTW:

config-hyperterm

License

MIT © Hemanth.HM

Keywords

cli-app

FAQs

Package last updated on 13 Oct 2016

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