Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/amyreese/zsh-titles

Terminal/tmux titles based on current location and task
https://github.com/amyreese/zsh-titles

tmux-titles zsh zsh-plugin zsh-titles

Last synced: about 2 months ago
JSON representation

Terminal/tmux titles based on current location and task

Lists

README

        

# zsh-titles

Automatic terminal and tmux titles based on current location and task.

Terminal window titles will include information about your current tmux
session, while your tmux windows will be named based on your current directory
and the command being run. See the following screenshot for examples of both:

![screenshot](https://raw.githubusercontent.com/amyreese/zsh-titles/master/screenshot.png)

Note: Since tmux v2.7, the option that allows tmux windows to be automatically rename was turned off by default. To turn it on, add

set -g allow-rename on

to your `.tmux.conf`.

## copyright

zsh-titles is copyright 2022 Amethyst Reese, and licensed under the MIT license.