All Projects → bernardop → Iterm Tab Color Oh My Zsh

bernardop / Iterm Tab Color Oh My Zsh

Oh My Zsh plugin for setting iTerm2's custom tab colors

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Iterm Tab Color Oh My Zsh

zsh-ipip
🔩 An oh-my-zsh plugin for IPIP
Stars: ✭ 13 (-38.1%)
Mutual labels:  zsh, oh-my-zsh
dotfiles
My dotfiles for oh-my-zsh, vim and tmux 📟
Stars: ✭ 23 (+9.52%)
Mutual labels:  zsh, oh-my-zsh
zsh-ssh-agent
Ssh-agent management for zsh
Stars: ✭ 19 (-9.52%)
Mutual labels:  zsh, oh-my-zsh
Spaceship Prompt
🚀⭐ A Zsh prompt for Astronauts
Stars: ✭ 15,748 (+74890.48%)
Mutual labels:  zsh, oh-my-zsh
Zsh Notify
Desktop notifications for long-running commands in zsh.
Stars: ✭ 389 (+1752.38%)
Mutual labels:  zsh, oh-my-zsh
Starship
☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
Stars: ✭ 20,504 (+97538.1%)
Mutual labels:  zsh, oh-my-zsh
ansible-ohmyzsh
simple ansible role to install oh-my-zsh
Stars: ✭ 38 (+80.95%)
Mutual labels:  zsh, oh-my-zsh
Zsh In Docker
Install Zsh, Oh-My-Zsh and plugins inside a Docker container with one line!
Stars: ✭ 169 (+704.76%)
Mutual labels:  zsh, oh-my-zsh
Fz
Cli shell plugin, the missing fuzzy tab completion feature of z jump around command.
Stars: ✭ 359 (+1609.52%)
Mutual labels:  zsh, oh-my-zsh
zshrc
📝 Zsh Configuration for nerds with zplug
Stars: ✭ 28 (+33.33%)
Mutual labels:  zsh, oh-my-zsh
Ansible Role Zsh
Setup antigen with oh-my-zsh, powerlevel10k theme, fzf, autosuggestions, syntax-highlighting
Stars: ✭ 210 (+900%)
Mutual labels:  zsh, oh-my-zsh
Dotfiles
Dotfiles for all :D
Stars: ✭ 700 (+3233.33%)
Mutual labels:  zsh, oh-my-zsh
Zsh Vi Mode
💻 A better and friendly vi(vim) mode plugin for ZSH.
Stars: ✭ 181 (+761.9%)
Mutual labels:  zsh, oh-my-zsh
msfvenom-zsh-completion
zsh completion for msfvenom in Metasploit
Stars: ✭ 42 (+100%)
Mutual labels:  zsh, oh-my-zsh
Zeta Zsh Theme
Another ⭐️ theme for oh-my-zsh
Stars: ✭ 184 (+776.19%)
Mutual labels:  zsh, oh-my-zsh
go-dev
Golang Dev Env Dockerfile
Stars: ✭ 17 (-19.05%)
Mutual labels:  zsh, oh-my-zsh
Zsh Proxy
🔩 An oh-my-zsh plugin to configure proxy
Stars: ✭ 162 (+671.43%)
Mutual labels:  zsh, oh-my-zsh
Dotfiles Win
🙈 oh-my-zsh on bash on windows configuration files
Stars: ✭ 167 (+695.24%)
Mutual labels:  zsh, oh-my-zsh
cdc
☣️ Shell plugin for zsh/bash that allows you to cd to subdirectories of user-defined directories from anywhere, without editing CDPATH.
Stars: ✭ 17 (-19.05%)
Mutual labels:  zsh, oh-my-zsh
Termux Desktop
Setup A Beautiful Desktop/GUI In Termux
Stars: ✭ 527 (+2409.52%)
Mutual labels:  zsh, oh-my-zsh

Oh My Zsh Plugin for Setting iTerm2 Custom Tab Colors

Installation

cd ~/.oh-my-zsh/custom/plugins
git clone https://github.com/bernardop/iterm-tab-color-oh-my-zsh.git iterm-tab-color

Enable it by adding iterm-tab-color to your plugins array in $HOME/.zshrc

plugins=(git iterm-tab-color)

Usage

Explicitly using the command

After adding it to your plugins and restarting your current terminal you'll have a new alias available tc

Passing separate Red, Green, Blue values

tc 255 198 0

Passing a Hex value

tc '#0078ae`

- or -

tc 0078ae

Set tab color based on current working directory or current command

You can modify the .tc-config file located in ~/.oh-my-zsh/custom/plugins/iterm-tab-color and add directory=hexValue or command=hexValue pairs to automatically set the color of your tab to hexValue when your current working directory matches directory or the current executing command matches command (you can use regular expressions)

Example .tc-config file

/Users/me/projects/personal*=#065535
/Users/me/projects/work*=#3399ff
npm*=#CB3837
brew*=#BE862D
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].