Difference between revisions of "Tabset (iterm2)"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
https://github.com/jonathaneunice/iterm2-tab-set | https://github.com/jonathaneunice/iterm2-tab-set | ||
− | * Installation: < | + | * Installation: <code>[[npm install -g iterm2-tab-set]]</code> |
export DISABLE_AUTO_TITLE="true"; tabset --title your_title | export DISABLE_AUTO_TITLE="true"; tabset --title your_title | ||
− | {{alias tabset}} | + | {{alias tabset}} |
tabset --color green | tabset --color green | ||
Line 38: | Line 38: | ||
== Related == | == Related == | ||
− | * [[env: node: No such file or directory]] | + | * <code>[[env: node: No such file or directory]]</code> |
[[export NVM_DIR="$HOME/.nvm" | [[export NVM_DIR="$HOME/.nvm" | ||
− | [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" | + | [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" |
− | |||
== See also == | == See also == |
Latest revision as of 06:33, 10 June 2024
https://github.com/jonathaneunice/iterm2-tab-set
- Installation:
npm install -g iterm2-tab-set
export DISABLE_AUTO_TITLE="true"; tabset --title your_title
alias tabsetcurrent="export DISABLE_AUTO_TITLE='true'; tabset --title current --mode 0; tabset --color green"
tabset --color green
tabset --color green --title "=======CURRENT======"
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
Related[edit]
[[export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
See also[edit]
Advertising: