itt
iTerm2 tab color and title utility for macOS.
Install
gem install ittWorks with the system Ruby on macOS Ventura, Sonoma, and Sequoia (Ruby 2.6+).
Usage
itt [color] <title>Examples
itt purple web-server # Set color and title
itt p web-server # Short color name
itt orange rails-console
itt blue :whale: docker # Emoji support
itt clear # Reset to defaultColors
red green blue orange yellow purple
Colors match the default iTerm2 tab color palette.
zsh
Add to ~/.zshrc:
export DISABLE_AUTO_TITLE=trueEmoji
Supports emoji codes via rumoji. Use codes like :whale: or :grin: in titles.
See the emoji cheat sheet for available codes.
