Oh my! Terminals dropping from above

A look at quake-mode in terminal applications
Published on August 6, 2024 in Posts
Read time: 3 min
Tags:

Hyper terminal running in quake-mode on Windows 11
Hyper terminal running in quake-mode on Windows 11

As a developer, your terminal is an essential tool and often the first piece of software you customize. It’s where you run commands, code, connect to servers, interact with CLI tools, and so much more. For many of us, it’s our working home. Thus having a quick access to our terminal can save precious seconds that add up until the end of the day (night?).

What is quake-mode?

Inspired by the famous classic FPS game Quake, where pressing the tilde key dropped down a console from the top of the screen, quake-mode refers to a terminal window that can be toggled on and off quickly (usually by a hotkey) and drops down from the top of the screen (or slides from any other side). This allows for an instant access to the terminal without disrupting your current workflow. So your command line always within reach, just a key press away.

A couple of benefits

  1. Quick access: No need to switch windows or open a new application. Your terminal is always ready.
  2. Distraction-free: The drop-down design means you can use the terminal without cluttering your workspace with multiple windows, especially if you’re not using a tiling window manager.
  3. Efficient multitasking: Quickly run commands, check logs, or execute scripts while keeping your main focus intact.
  4. Customizable: Most quake mode terminals are highly customizable, allowing you to set up hotkeys, themes, and other preferences to match your workflow.

Terminals supporting it

While there are many terminal applications out there, not all support quake-mode, and some are even quake-mode only.

For Linux:

  1. Guake
    • A terminal emulator for GNOME that smoothly drops down from the top of the screen.
    • OS: Linux (GNOME)
    • Quake-mode only: yes
  2. Yakuake
    • A drop-down terminal emulator for KDE, highly configurable and easy to use.
    • OS: Linux (KDE)
    • Quake-mode only: yes
  3. Tilda
    • A lightweight terminal inspired by the Quake console.
    • OS: Linux
    • Quake-mode only: yes
  4. Terminator
    • Offers multiple panes and tabs, and quake-mode support.
    • OS: Linux, BSD
    • Quake-mode only: no
    • How: here.

For macOS:

  1. iTerm2
    • A powerful terminal emulator with a “Visor” feature similar to quake-mode.
    • OS: macOS
    • Quake-mode only: no
    • How: here.

For Windows:

  1. Windows Terminal
    • Surprise! Microsoft’s modern terminal introduced quake-mode in version 1.9.
    • OS: Windows
    • Quake-mode only: no
    • How: here.
  2. ConEmu
    • A versatile terminal emulator with quake mode and customizable hotkeys.
    • OS: Windows
    • Quake-mode only: no
    • How: here.
  3. Cmder
    • A software package built on ConEmu, offering a full-featured terminal experience.
    • OS: Windows
    • Quake-mode only: no
    • How: here.

Cross-platform:

  1. Tabby
    • Formerly Terminus, it is a configurable terminal emulator, SSH and serial client implemented as a web app running in Electron, and extensible via plugins.
    • OS: Linux, macOS, Windows
    • Quake-mode only: no
    • How: here.
  2. Hyper
    • Extensible terminal by the awesome team at Vercel, it is built on web technologies and supports quake-mode via plugins.
    • OS: Linux, macOS, Windows
    • Quake-mode only: no
    • How: here.
      • Note: I have not listed CWSpear/hyperterm-visor because it is unmaintained and its developer has archived the repository.

Additional notes

  • I have not tested all the How links above, as I do not have all possible setup combinations. So YMMV.
  • WezTerm and Alacritty are my favorite terminal apps, unfortunately they do not support quake-mode. However, it looks like some people got it working with Alacritty somehow. For example on macOS via Hammerspoon, and on Linux (with windowing by X Window System) via custom scripting. But I have tested none of them. I will update this blog post if I test any, and in case I found my way to get at least one of the two working.

Conclusion

As a developer, optimizing your tools for efficiency is crucial. Quake mode terminals provide a seamless and efficient way to keep your terminal always within reach. Whether you’re using Linux, macOS, or Windows, there’s a terminal with quake-mode that fits your needs. Explore these options and integrate one into your workflow to experience a significant boost in productivity.

I hope it helps. Thanks for reading.



Comments

Got some words you want to share? Tell me!