Feature Request: Remember history #2702

Closed
opened 2026-01-30 23:02:46 +00:00 by claunia · 1 comment
Owner

Originally created by @codemwnci on GitHub (Jul 11, 2019).

Summary of the new feature/enhancement

Following a restart of the terminal app, whether that is within an active session, or after windows restart, it would be useful to pick up where I left off...which would include

  1. The previously opened tabs
  2. The previously buffered outputs
  3. The previously run commands in the command history

Basically, try to make it behave more like a multi-tab browser would behave.

Originally created by @codemwnci on GitHub (Jul 11, 2019). # Summary of the new feature/enhancement Following a restart of the terminal app, whether that is within an active session, or after windows restart, it would be useful to pick up where I left off...which would include 1. The previously opened tabs 2. The previously buffered outputs 3. The previously run commands in the command history Basically, try to make it behave more like a multi-tab browser would behave.
claunia added the Issue-FeatureNeeds-TriageResolution-Duplicate labels 2026-01-30 23:02:47 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Jul 11, 2019):

This is mostly a dupe of #961.

Unfortunately, restoring the command history is something the shell (cmd.exe, powershell, bash) would be responsible for. Powershell and bash both already persist command history, but cmd.exe doers not. Unfortunately, we'll never be able to change that about cmd.exe either, as it's a parked codebase.

@zadjii-msft commented on GitHub (Jul 11, 2019): This is _mostly_ a dupe of #961. Unfortunately, restoring the command history is something the _shell_ (`cmd.exe`, `powershell`, `bash`) would be responsible for. Powershell and bash both already persist command history, but cmd.exe doers not. Unfortunately, we'll never be able to change that about cmd.exe either, as it's a parked codebase.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#2702