From f85e87237f217c26b0cb20240c51a34e6d4134ef Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Thu, 21 May 2020 08:50:16 -0500 Subject: [PATCH] Add Change Window Name In iTerm as a workflow til --- README.md | 3 ++- workflow/change-window-name-in-iterm.md | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 workflow/change-window-name-in-iterm.md diff --git a/README.md b/README.md index 026238b..b424bcf 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ and pairing with smart people at Hashrocket. For a steady stream of TILs, [sign up for my newsletter](https://tinyletter.com/jbranchaud). -_919 TILs and counting..._ +_920 TILs and counting..._ --- @@ -1047,6 +1047,7 @@ _919 TILs and counting..._ ## Workflow +- [Change Window Name In iTerm](workflow/change-window-name-in-iterm.md) - [Convert An ePub Document To PDF On Mac](workflow/convert-an-epub-document-to-pdf-on-mac.md) - [Enable Dev Tools For Safari](workflow/enable-dev-tools-for-safari.md) - [Import A Github Project Into CodeSandbox](workflow/import-a-github-project-into-codesandbox.md) diff --git a/workflow/change-window-name-in-iterm.md b/workflow/change-window-name-in-iterm.md new file mode 100644 index 0000000..9d93291 --- /dev/null +++ b/workflow/change-window-name-in-iterm.md @@ -0,0 +1,9 @@ +# Change Window Name In iTerm + +By default, the name that appears in the top bar of the +[iTerm2](https://www.iterm2.com/) window is the session name plus the job that +is running. This can be changed to some static value of your choosing. + +To change this, hit `Cmd+i` and change the field labeled "Window Title". + +[source](https://superuser.com/questions/419775/with-bash-iterm2-how-to-name-tabs)