felixse / FluentTerminal

A Terminal Emulator based on UWP and web technologies.
GNU General Public License v3.0
9.21k stars 443 forks source link

i wish to show folder name as the title #982

Closed usernamedd closed 2 years ago

usernamedd commented 2 years ago

often i open four or more terminal by explorer context menu , their titles on the title tab appear the same :powershell. i want to distinguish each other and click the right one that target a path of folder. but it is hard. so why donot show the last section of a path as the title?

kikyoulg commented 2 years ago

1111111111111111

felixse commented 2 years ago

The terminal does not know the current directory of the shell process. But you can configure your shell to use the as title as explained for PowerShell here

usernamedd commented 2 years ago

The terminal does not know the current directory of the shell process. But you can configure your shell to use the as title as explained for PowerShell here Thx,sure ,I am using Powershell as the defatult terminal .