All Projects → chabou → hyper-broadcast

chabou / hyper-broadcast

Licence: MIT license
Extension for Hyper.app to broadcast user inputs to multiple terms.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hyper-broadcast

hyper-sierra-vibrancy
Theme for Hyper with vibrancy 🌄
Stars: ✭ 30 (+100%)
Mutual labels:  hyper, hyperterm
hyper-rose-pine-next
Hyper Theme - which supports your System Preferences
Stars: ✭ 28 (+86.67%)
Mutual labels:  hyper, hyperterm
Awesome Hyper
🖥 Delightful Hyper plugins, themes, and resources
Stars: ✭ 9,687 (+64480%)
Mutual labels:  hyper, hyperterm
hyperclean
🌴 Hyper.app plugin to remove traffic lights
Stars: ✭ 16 (+6.67%)
Mutual labels:  hyper, hyperterm
hyper-bloody
⚡ A bloody theme for hyper
Stars: ✭ 18 (+20%)
Mutual labels:  hyper, hyperterm
hyper-markdown-preview
Preview Markdown files right from your Hyper Terminal!
Stars: ✭ 18 (+20%)
Mutual labels:  hyper, hyperterm
hyper-night-owl
A Hyper theme based on night-owl-vscode-theme.
Stars: ✭ 98 (+553.33%)
Mutual labels:  hyperterm
hyper-blink
Let Hyper's cursor blink.
Stars: ✭ 46 (+206.67%)
Mutual labels:  hyper
hyper-clean
✨ A clean Hyper theme with IBM Design colors
Stars: ✭ 30 (+100%)
Mutual labels:  hyper
hyper-opacity
Set the opacity of your Hyper terminal (Windows and MacOS)
Stars: ✭ 100 (+566.67%)
Mutual labels:  hyper
hyper-solarized-light
Hyper theme based on solarized light colors
Stars: ✭ 23 (+53.33%)
Mutual labels:  hyper
htyt
Hyper plugin to search and play youtube videos
Stars: ✭ 19 (+26.67%)
Mutual labels:  hyper
hyperterm-paste
Makes pasting into hyperterm safe and easy
Stars: ✭ 45 (+200%)
Mutual labels:  hyperterm
hyperstatic
Routing, prerendering, code splitting and prefetching for hyperapp
Stars: ✭ 56 (+273.33%)
Mutual labels:  hyperapp
git-falcon9
No description or website provided.
Stars: ✭ 16 (+6.67%)
Mutual labels:  hyper
hyperapp-logger
Log Hyperapp state updates and action information to the console.
Stars: ✭ 48 (+220%)
Mutual labels:  hyperapp
hyperapp-styled-components
styled-components for hyperapp in under 3kb
Stars: ✭ 17 (+13.33%)
Mutual labels:  hyperapp
linkcast
Share links, images, blogs and everything on the web with your friends in one click using this chrome extension Linkcast
Stars: ✭ 13 (-13.33%)
Mutual labels:  hyperapp
hyper-reverse-proxy
A simple reverse proxy for use with Hyper and Tokio
Stars: ✭ 94 (+526.67%)
Mutual labels:  hyper
hypergravity
Gravity simulation in Hyper terminal
Stars: ✭ 22 (+46.67%)
Mutual labels:  hyper

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].