tmux

Tag

Cards List
#tmux

lazy-tmux: restore tmux sessions lazily, with scrollback

Lobsters Hottest · 5d ago Cached

lazy-tmux is a CLI tool that snapshots tmux sessions with running processes and scrollback, and restores them lazily when selected from a TUI picker.

0 favorites 0 likes
#tmux

Cool idea - agent that can downshift its own model

Reddit r/AI_Agents · 2026-07-14

A developer describes a multi-agent hive using tmux that allows agents to downshift their own model (e.g., from Fable to Sonnet) automatically, and upshift with permission via Telegram.

0 favorites 0 likes
#tmux

Observation-Oriented Programming: how I organize a swarm of terminal AI agents around *watching* instead of *doing*

Reddit r/AI_Agents · 2026-07-13

A developer details Observation-Oriented Programming (OOP), a paradigm for organizing a swarm of terminal AI agents around watching observability data rather than task execution. The system uses tmux, cron, bash, and an append-only log file, with agents acting as observers that correlate signals and materialize actions only after interpretation.

0 favorites 0 likes
#tmux

@paulmillr: https://x.com/paulmillr/status/2075335421920239651

X AI KOLs Following · 2026-07-09 Cached

This thread describes a secure and reliable development setup for agentic AI using a dedicated server accessed via SSH with tmux for session persistence, a terminal emulator with native tmux integration, and a VPN for secure access. The author advocates for this over local agent execution due to security and reliability concerns.

0 favorites 0 likes
#tmux

@OnlyXuanwo: Kubernetes developers simply don't understand how to deploy services. This kind of thing — separate process and configuration management — services should never run in a Pod. Just start each service in its own tmux session. When a restart is needed, write a while true loop; if it crashes, it automatically restarts. Performance...

X AI KOLs Timeline · 2026-06-30

A developer criticizes Kubernetes' deployment method as too complex, advocating for using tmux sessions and while true loops to simply manage service processes, believing this approach has sufficient performance and is easy to maintain.

0 favorites 0 likes
#tmux

@GitHub_Daily: Use tmux to manage terminal sessions, opening multiple windows in the terminal that can keep running in the background even after closing. But now, with multiple Agents running at the same time, automating terminal tasks with tmux requires writing a bunch of scripts, which is cumbersome. So a developer built rmux from scratch in Rust, designed specifically for Ag…

X AI KOLs Timeline · 2026-06-22 Cached

Introducing rmux, a modern terminal multiplexer written in Rust, designed for AI Agent and automation scenarios. It coordinates multiple Agents running simultaneously, is compatible with over 90 tmux commands, and offers a Python SDK and browser-based session sharing.

0 favorites 0 likes
#tmux

@shao__meng: Former Meta/Microsoft/Atlassian Staff Engineer's Agentic Engineering Workflow With this workflow @kunchenguid ships 40-50 tested production-grade PRs per day. He describes it: "You are the captain, agents are your crew…

X AI KOLs Timeline · 2026-06-22 Cached

Former Meta/Microsoft/Atlassian staff engineer Kun shares his agentic engineering workflow: centered on terminal, tmux, and Neovim, using global/project-level memory files and skills to train AI teammates, delivering 40-50 tested production PRs daily, boosted by voice input, AXI standard, Lavish interactive planning, and more.

0 favorites 0 likes
#tmux

@yanhua1010: The most comprehensive introduction I've seen so far about 'Agentic Engineering Workflow'. Spent an hour reading through it completely — it could easily be turned into a paid tutorial. It covers tmux, agent memory, skills, voice input, long task execution, parallel worktree management…

X AI KOLs Timeline · 2026-06-21 Cached

Recommends a comprehensive introduction to 'Agentic Engineering Workflow', covering tmux, agent memory, skills, voice input, long task execution, parallel worktree management, multi-agent scheduling, along with the visual HTML editor Lavish and a code change validation pipeline: no-mistakes.

1 favorites 1 likes
#tmux

@QingQ77: Run multiple Claude Code sessions in tmux with a pop-up picker to view each session's status, live preview, and jump to any session with one key. https://github.com/craftzdog/tmux-claude-session-manager…

X AI KOLs Timeline · 2026-06-17 Cached

A tmux plugin that lets you run multiple Claude Code sessions in separate tmux windows, with a central fzf picker showing live status and previews, and the ability to jump between sessions.

0 favorites 0 likes
#tmux

Tmux plugin to quickly switch between sessions

Lobsters Hottest · 2026-06-04 Cached

tmux-underkeys is a Tmux plugin that assigns mnemonic shortcut keys to session names by underlining a unique character in each session name, allowing instant keyboard-driven session switching via a configurable trigger key.

0 favorites 0 likes
#tmux

@DavidOndrej1: Your AI agent dies the second you close the terminal. tmux fixes this... Detach, walk away, come back hours later and i…

X AI KOLs Timeline · 2026-05-25 Cached

Tmux allows AI agents to persist after closing the terminal, enabling detachment and later reattachment.

0 favorites 0 likes
#tmux

@tom_doerr: Orchestrates AI agents in isolated git worktrees https://github.com/txtx/axel-app

X AI KOLs Timeline · 2026-05-25 Cached

Axel is a macOS app with a Rust CLI that orchestrates AI agents in isolated git worktrees and tmux panes, providing a task management interface for multi-agent workflows.

0 favorites 0 likes
#tmux

@levelsio: So here's my latest set up Every site I have is a profile on Termius like > hoodmaps .com I click it and immediately I'…

X AI KOLs Timeline · 2026-05-22 Cached

Pieter Levels shares his server workflow using Termius profiles and a custom tmux function that auto-attaches to per-site sessions, enabling seamless switching between devices and consistent work sessions.

0 favorites 0 likes
#tmux

@elonmusk: Tips for using Grok Build

X AI KOLs Following · 2026-05-21 Cached

Tips for using Grok Build to manage multiple machines via SSH and tmux sessions, as shared by Yun-Ta Tsai.

0 favorites 0 likes
#tmux

@sudoingX: anyone thinking about, learning, or already working with agentic systems, you should know this. the first few steps of …

X AI KOLs Timeline · 2026-05-17 Cached

A Twitter thread outlines five foundational tools for building agentic systems: Tailscale for mesh networking, Termius for SSH access, tmux for persistent sessions, a private git repo for memory, and scripting everything from day one. The post emphasizes that these basics matter more than any specific model or framework.

0 favorites 0 likes
#tmux

@FeitengLi: Here's how I use it: 1. Mac Mini is not carried around—it stays at home in the living room with Tailscale enabled. When outside, I use Mac's built-in Screen Sharing to connect directly via the Tailscale IP (also use Cloudflare Zero Trust as a backup in case Tailscale is accidentally disconnected, e.g., if I manually turn it off).

X AI KOLs Timeline · 2026-05-16 Cached

Introduces a method to remotely connect to a home Mac Mini via Tailscale and Screen Sharing for a development environment, using tmux to maintain sessions and a consistent setup.

0 favorites 0 likes
#tmux

@dexhorthy: hey surprise - you can just launch interactive in tmux and then tail the jsonl - shipped a small wrapper...ralph loop i…

X AI KOLs Following · 2026-05-13 Cached

Shannon is a CLI and SDK wrapper that runs an interactive Claude Code session inside tmux, allowing programmatic querying and streaming JSON output by tailing the on-disk transcript.

0 favorites 0 likes
#tmux

@tom_doerr: Runs Claude agents 24/7 inside tmux https://github.com/Jedward23/Tmux-Orchestrator…

X AI KOLs Timeline · 2026-05-10 Cached

Tmux-Orchestrator is an open-source tool that enables autonomous 24/7 operation of Claude AI agents using a multi-agent hierarchy within tmux sessions for parallel project management and coding.

0 favorites 0 likes
← Back to home

Submit Feedback