
Security News
Feross on TBPN: Socket's Series C and the State of Software Supply Chain Security
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.
hyperinator
Advanced tools
Hyperinator is a layout automation plugin for Hyper.app.
Hyperinator bases on the code of hyperlayout, which is written by Timo Lins.
$ npm install -g hyperinator
$ hyper i hyperinator
Hyperinator uses tmuxp's YAML config style. If you use tmuxinator or teamocil, you can use tmuxp to import their configs.
All configs must be stored in ~/.hyperinator.
Currently hyperinator only supports define layout with tmux's layout string, you can get it with tmux list-windows -F "#{window_layout}" in a tmux session.
For example, if you want get a sample layout with two pane:
$ cat ~/.hyperinator/sample.yml
windows:
- layout: 5162,237x48,0,0{118x48,0,0,152,118x48,119,0,153}
panes:
- echo 'First pane'
- echo 'Second pane'
You can load this layout with:
$ hyperinator load sample
You will get a layout like:
.------------------.------------------.
| (0) | (1) |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
'------------------'------------------'
A more complex config file which is used by the GIF above:
start_directory: ~/
windows:
- layout: e349,237x48,0,0{144x48,0,0,152,92x48,145,0[92x32,145,0,153,92x15,145,33,154]}
panes:
- shell_command:
- echo 'Load demo layout!' > /tmp/test.txt
- cat /tmp/test.txt
focus: True
- shell_command:
- pwd
start_directory: /tmp/
- echo 'Hello world!'
focus: True
- layout: f8cc,237x48,0,0{164x48,0,0,152,72x48,165,0,153}
panes:
- shell_command:
- emacs -nw
focus: True
-
start_directory: /etc
FAQs
A layout automation plugin for Hyper.app
We found that hyperinator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.

Security News
OSV withdrew 157 OSV malware reports after automated false positives incorrectly flagged trusted npm and PyPI packages, sending bad records into tools that rely on OSV data.

Research
/Security News
TrapDoor crypto stealer hits 36 malicious packages across npm, PyPI, and Crates.io, targeting crypto, DeFi, AI, and security developers.