felixse / FluentTerminal

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

Duplicate tab should preserve current working directory #968

Open scls19fr opened 2 years ago

scls19fr commented 2 years ago

Hello,

currently when I open a fluent terminal

I change working directory using

cd my_directory\with_sub\sub\sub\directories

Unfortunatelly when duplicating this tab, a new tab open but current working directory is not kept.

cd my_directory\with_sub\sub\sub\directories

This is not very convenient.

Any chance to have this behavior changed?

Kind regards

shirshak55 commented 2 years ago

yea working directory must be preserved. We can do this in linux terminal, as well as in iterm