MacOS – display partial file path on Finder tab title

findermacos

Question

Is there a way to change the Finder tab title to include the name of the containing folder?

Problem

I work on projects that have the same standardized subfolder names (e.g., code), which makes it difficult to switch between projects without going through each tab to identify the containing folder.

Current state: ambiguous Finder tab titles for three different subfolders
Ambiguous Finder tab titles for three different folders

Goal

I'd like to display the containing folder name as part of the Finder tab title. Extending the example, this would look like: projectA/code, projectB/code, etc.

Ideal solution (blue text only to emphasize the change):
enter image description here

Related questions and resources

Best Answer

I find using a code editor to view folder hierarchy works much better. If you don’t have an IDE I would start with a very free and very extensible / feature full editor like Visual Studio Code.

That or making the jump to shell where you can exert exceptional control over prompts allow more customization than Finder does at present.