Every command at your fingertips.

A lightweight system tray app that gives you one-click access to your favorite commands.

Auto-discovery

Reads your ~/.ssh/config automatically

One-click connect

Opens SSH sessions in your terminal

Custom actions

Add commands with nested submenus

Install

$ curl -fsSL https://raw.githubusercontent.com/athopen/xshuttle/master/scripts/install.sh | bash

Configuration

~/.xshuttle.json

{
  "$schema": "https://raw.githubusercontent.com/athopen/xshuttle/master/assets/xshuttle.schema.json",
  "terminal": "ghostty",
  "editor": "vim",
  "actions": [
    { "name": "Example", "cmd": "ssh user@example.com" }
  ]
}