RSSAmplifier

Alexander Thiemann · Feb 8, 2026

tmux

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Safe tmux via ssh, usage: tssh <host> <session> tssh() { local host="$1"; shift local session="${1:-main}" [ $# -gt 0 ] && shift command ssh "$host" -t "exec zsh -lc 'tmux new -A -s \"$session\"'" local code=$? printf '\e[?1000l\e[?1002l\e[?1003l\e[?1006l' stty sane 2>/dev/null stty echo 2>/dev/null return $code }

Read on athiemann.net

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.