felixse / FluentTerminal

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

Duplicate tab should preserve current working directory #968

Open s-celles opened 3 years ago

s-celles commented 3 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