tmux-deck

Crates.iotmux-deck
lib.rstmux-deck
version0.1.3
created_at2026-01-01 13:32:30.203209+00
updated_at2026-01-10 01:15:15.631388+00
descriptionA Tmux session manager. Monitoring multi session Realtime preview.
homepage
repositoryhttps://github.com/takeshid/tmux-deck
max_upload_size
id2016159
size379,606
tkcd (takeshiD)

documentation

README

Tmux Deck

tmux-deck is a tmux session manager. Monitoring multi session Realtime preview.

Features

  • 🗂️ Tmux Session Management(New, Rename, Kill)
  • 👀 Realtime Preview
  • ⚙️ Easy Configure

Quick Start

tmux-deck

session manager

Using in tmux popup

Add following key-bind in your .tmux.conf, tmux-deck would start up on tmux popup.

bind SPACE run-shell "tmux popup -w80% -h80% -E tmux-deck"

popup

Installation

cargo

cargo install tmux-deck

nix(Planed)

nix run github:takeshid/tmux-deck

download prebuild-binary

curl -SL https://github.com/takeshid/markdown-peek

Status

  • Session Management(New, Rename, Kill)
    • Realtime Preview
    • Search and Filtering(fuzzy find)
    • Saving and Restoring sessions
    • Sort
      • Most Recently Used
      • Alphabet
      • Pinning
  • Multi Preview
    • Injection command to pane
    • Zoom preview
    • Pinning
  • Configure
    • Keybinding
    • Layout
    • Color Theme
  • Misc
    • LLM Integration
    • Installation for nix

License

MIT License. See LICENSE.

Commit count: 26

cargo fmt