Coder Social home page Coder Social logo

hyperterm-summon's Introduction

hyperterm-summon

Build Status code style: prettier

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.

Installation

Use the Hyper CLI, bundled with your Hyper app, to install hyperterm-summon by entering the following into Hyper:

hyper i hyperterm-summon

Options

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+;

Example Config

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.

hyperterm-summon's People

Contributors

dcalhoun avatar soutar avatar dependabot[bot] avatar dac09 avatar danielpintilei avatar lgeiger avatar hyphaene avatar yn5 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.