Andy's zsh plugin for setting iTerm2 titles and colors
https://github.com/gimbo/iterm2-tabs.zsh.git
This plugin provides five functions for setting an iTerm2 tab's color and a title override:
iterm2_tab_color with alias tciterm2_tab_color_named with alias tcniterm2_tab_color_random with alias tcriterm2_tab_color_random_named with alias tcnriterm2_tab_title with alias ttiterm2-tabs.zsh for more details, and examples.
Colors may be set either as RGB triples or as named colors, where the list of color names (from jacaetevha/finna-be-octo-hipster) is hard-coded - but accessible via tab completion.
tcn --show-colors shows the list of available color names, along with a demo of each color;tcn --list-colors just shows the names; this is what tab completion triggers.Note that (unlike previous versions of this plugin), some external machinery is needed to actually set tab titles using the function provided here; see comments in the plugin itself for more details.
Andy Gimblett,