LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

zmate

Instant terminal sharing using Zellij sessions

TLDR

Start sharing the current Zellij session
$ zmate
copy
Share on a custom port
$ zmate -p [3333]
copy

SYNOPSIS

zmate [options]

DESCRIPTION

zmate lets you share a Zellij terminal session with others instantly over untrusted networks or behind NAT gateways. It uses SSH remote port-forwarding tunnels through a public SSH server. Inspired by tmate but designed for Zellij instead of tmux.

INSTALL

nix profile install nixpkgs#zmate
copy

HISTORY

zmate was created by ziinaio and is written in Go.

SEE ALSO

zellij(1), tmux(1)

Copied to clipboard
Kai