hyper-broadcast

2.0.0 • Public • Published

hyper-broadcast

CI Status NPM version Downloads Conventional Commits

Extension for Hyper.app to broadcast user inputs to multiple terms.

Screenshot

Install

Using hpm

hpm install hyper-broadcast

Manually

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

plugins: [
  "hyper-broadcast",
],

Configuration

Default configuration:

module.exports = {
  config: {
    // other configs...
    broadcast: {
      debug: false,
      hotkeys: {
        selectCurrentPane: "Command+Alt+Shift+B",
        selectCurrentTabPanes: "Command+Alt+B",
        selectAllPanes: "Command+Shift+B",
        toggleCurrentPane: "Command+Alt+Control+Shift+B"
      },
      indicatorStyle: {
        position: "absolute",
        top: 5,
        right: 10,
        borderRadius: "50%",
        width: "10px",
        height: "10px",
        background: "red"
      }
    }
  }
  //...
};

For hotkeys, you can use any Electron Accelerator

Licence

MIT

Package Sidebar

Install

npm i hyper-broadcast

Weekly Downloads

41

Version

2.0.0

License

MIT

Unpacked Size

15.2 kB

Total Files

8

Last publish

Collaborators

  • chabou