Skip to content

Instantly share code, notes, and snippets.

@EtienneLem
Created April 2, 2014 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EtienneLem/9936025 to your computer and use it in GitHub Desktop.
Save EtienneLem/9936025 to your computer and use it in GitHub Desktop.
Rename Terminal tab
tabname() { printf "\e]1;$1\a" }

Ussage

$ tabname sidekiq

Before

screen shot 2014-04-02 at 11 00 42 am

After

screen shot 2014-04-02 at 11 03 52 am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment