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: 11 days ago
JSON representation
Terminal/tmux titles based on current location and task
- Host: GitHub
- URL: https://github.com/amyreese/zsh-titles
- Owner: amyreese
- License: mit
- Created: 2015-07-29T18:03:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T21:33:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T16:58:41.042Z (22 days ago)
- Topics: tmux-titles, zsh, zsh-plugin, zsh-titles
- Language: Shell
- Size: 55.7 KB
- Stars: 56
- Watchers: 4
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.