Difference between revisions of "Tabset (iterm2)"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
  
 
  export DISABLE_AUTO_TITLE="true"; tabset --title your_title
 
  export DISABLE_AUTO_TITLE="true"; tabset --title your_title
 +
 +
<pre>
 +
 +
To set an iTerm2 tab's color, badge, or title:
 +
 +
tabset --all|-a <string>
 +
      --color|-c <named-color>
 +
                  | <rgb()>
 +
                  | <hex-color>
 +
                  | random
 +
                  | RANDOM
 +
      --pick|-p
 +
      --hash|-h <string>
 +
      --badge|-b <string>
 +
      --title|-t <string>
 +
      --mode  0 | 1 | 2
 +
      --init
 +
      --add <name> <colorspec>
 +
      --add <name> --pick|-p
 +
      --del <name>
 +
      --list
 +
      --colors
 +
      --help
 +
</pre>
  
  
 
{{iterm2}}
 
{{iterm2}}

Revision as of 14:32, 29 March 2023

https://github.com/jonathaneunice/iterm2-tab-set


export DISABLE_AUTO_TITLE="true"; tabset --title your_title

To set an iTerm2 tab's color, badge, or title:

tabset --all|-a <string>
       --color|-c <named-color>
                  | <rgb()>
                  | <hex-color>
                  | random
                  | RANDOM
       --pick|-p
       --hash|-h <string>
       --badge|-b <string>
       --title|-t <string>
       --mode  0 | 1 | 2
       --init
       --add <name> <colorspec>
       --add <name> --pick|-p
       --del <name>
       --list
       --colors
       --help


iTerm2, tabset

Advertising: