Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.38 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.38 KB

STab

Switch Iterm2 tab

Introduce

Simple python version for florianeckerstorfer/alfred-iterm2-tabs. Because php version has terrible cooperation with Alfred

Installation

Download latest version, and install it.

TabTitle

tabset

Here I introduce a useful tool Tabset.

# npm i iterm2-tab-set
# tabset $keyinfo

After running tabset $keyinfo, tabset will do three steps:

  1. Random setting a color of tab title bar.
  2. Setting tab title as $keyinfo
  3. Setting tab badge as $keyinfo

pics

Iterm2 config

In my prictice, I pick the following configs:

  1. Setting the profile name as badge. When I open a new tab, the tab' session name will be set to badge, in order to list and select it.
  2. Setting default badge value as a random emoji. In your cases/scripts, you should set a useful info as badge.

pics

Custom show

pics

Acknowledgement

  1. Thanks florianeckerstorfer/alfred-iterm2-tabs
  2. Tabset may help too.
  3. Badges is amazing too.