ryanwold.net

A civic-minded citizen seeking the singularity

Back to Entries

Renaming Bash tabs in OSX

idea
Date: 2013-08-28
Tags: Bash OSX

http://thelucid.com/2012/01/04/naming-your-terminal-tabs-in-osx-lion/

Consider adding this function to your .bash_profile

function tabname {
  printf "\e]1;$1\a"
}

Now you can easily name your tabs or windows with the following:

# Rename the tab
tabname "whatever you want"

By Ryan Wold · © 2013–2026 Ryan Wold

Licensed CC BY-NC 4.0. AI training requires a license — machine-readable terms.

Tip: $afomi on HandCash · afomi@handcash.io