
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
hyperterm-summon
Advanced tools
Summon your Hyper windows with a system-wide hotkey.
In a multi-window situation, hyperterm-summon will remember the last active window and restore focus to it.
If Hyper is already active when the hotkey is pressed, your terminal windows will be hidden and (on macOS only) your previously-active application will regain focus.
Use the Hyper CLI, bundled with your Hyper app, to install hyperterm-summon by entering the following into Hyper:
hyper i hyperterm-summon
Key | Description | Default |
---|---|---|
hideDock | Hide the Hyper icon in the dock and app switcher. | false |
hideOnBlur | Hide Hyper when the windows lose focus. | false |
hotkey | Shortcut1 to toggle Hyper window visibility. | Ctrl+; |
module.exports = {
config: {
summon: {
hideDock: true,
hideOnBlur: true,
hotkey: 'Alt+Super+O',
},
},
plugins: ['hyperterm-summon'],
};
1 For a list of valid shortcuts, see Electron Accelerators.
FAQs
Summon your Hyperterm windows with a system-wide hotkey
We found that hyperterm-summon demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.