sei40kr / zsh-tmux-rename

A ZSH plugin to rename tmux window automatically.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zsh-tmux-rename

Keeps the window list human-readable.

How it works

This plugin renames window name according to working directory.

preview

asciicast

Installation

  • I recommend zplugin to load lazily.

    # Wait 1s to load
    zplugin ice wait'1'
    zplugin light 'sei40kr/zsh-tmux-rename'
  • You can also use zplug.

    zplug 'sei40kr/zsh-tmux-rename'

Requirements

  • unused vcs_info - Loaded automatically, but make sure that other plugins don't use it. (especially prompt plugins)

TODO

  • Update preview to make clear what this plugin does.

About

A ZSH plugin to rename tmux window automatically.

License:MIT License


Languages

Language:Shell 100.0%