zsh-window-title icon indicating copy to clipboard operation
zsh-window-title copied to clipboard

A zsh plugin for informative terminal window titles

Results 4 zsh-window-title issues
Sort by recently updated
recently updated
newest added

I tried to go for max compatability here Covers #5 Make sure your ~/.tmux.conf contains ``` set -g allow-rename on set -g set-titles on set -g set-titles-string '#T' set -g...

This PR adds support for updating tmux window titles as described in #4. Steps to verify the functionaity: 1. Install tmux. 2. Create tmux configuration file and allow applications to...

When running zsh inside tmux, it would be useful if zsh can set the tmux window titles. To add this feature, I believe it only requires to check the value...

enhancement
open-for-contribution

Currently all commands update the window title. It would be great to support an execution duration threshold. This way, commands which take only an instant to execute would not make...

enhancement
open-for-contribution