[PR #13526] [CLOSED] Copy CWD action #29609

Open
opened 2026-01-31 09:35:53 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/13526
Author: @davidegiacometti
Created: 7/17/2022
Status: Closed

Base: mainHead: issue-12860


📝 Commits (1)

📊 Changes

13 files changed (+112 additions, -75 deletions)

View changed files

📝 .github/actions/spelling/expect/expect.txt (+1 -0)
📝 doc/cascadia/profiles.schema.json (+1 -0)
📝 src/cascadia/TerminalApp/AppActionHandlers.cpp (+10 -0)
📝 src/cascadia/TerminalControl/ControlCore.cpp (+6 -0)
📝 src/cascadia/TerminalControl/ControlCore.h (+1 -0)
📝 src/cascadia/TerminalControl/ControlCore.idl (+1 -0)
📝 src/cascadia/TerminalControl/TermControl.cpp (+8 -0)
📝 src/cascadia/TerminalControl/TermControl.h (+1 -0)
📝 src/cascadia/TerminalControl/TermControl.idl (+1 -0)
📝 src/cascadia/TerminalSettingsModel/ActionAndArgs.cpp (+2 -0)
📝 src/cascadia/TerminalSettingsModel/AllShortcutActions.h (+75 -74)
📝 src/cascadia/TerminalSettingsModel/Resources/en-US/Resources.resw (+4 -1)
📝 src/cascadia/TerminalSettingsModel/defaults.json (+1 -0)

📄 Description

Summary of the Pull Request

Added action for copy CWD

References

Require configuration: https://docs.microsoft.com/en-us/windows/terminal/tutorials/new-tab-same-directory

PR Checklist

Detailed Description of the Pull Request / Additional comments

Validation Steps Performed


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/13526 **Author:** [@davidegiacometti](https://github.com/davidegiacometti) **Created:** 7/17/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `issue-12860` --- ### 📝 Commits (1) - [`cd26c92`](https://github.com/microsoft/terminal/commit/cd26c9242441e180b7eec5c1d156a159967fda4f) copy CWD action ### 📊 Changes **13 files changed** (+112 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/spelling/expect/expect.txt` (+1 -0) 📝 `doc/cascadia/profiles.schema.json` (+1 -0) 📝 `src/cascadia/TerminalApp/AppActionHandlers.cpp` (+10 -0) 📝 `src/cascadia/TerminalControl/ControlCore.cpp` (+6 -0) 📝 `src/cascadia/TerminalControl/ControlCore.h` (+1 -0) 📝 `src/cascadia/TerminalControl/ControlCore.idl` (+1 -0) 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+8 -0) 📝 `src/cascadia/TerminalControl/TermControl.h` (+1 -0) 📝 `src/cascadia/TerminalControl/TermControl.idl` (+1 -0) 📝 `src/cascadia/TerminalSettingsModel/ActionAndArgs.cpp` (+2 -0) 📝 `src/cascadia/TerminalSettingsModel/AllShortcutActions.h` (+75 -74) 📝 `src/cascadia/TerminalSettingsModel/Resources/en-US/Resources.resw` (+4 -1) 📝 `src/cascadia/TerminalSettingsModel/defaults.json` (+1 -0) </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Added action for copy CWD <!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> ## References Require configuration: https://docs.microsoft.com/en-us/windows/terminal/tutorials/new-tab-same-directory <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [x] Closes #12860 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Documentation updated. If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx * [ ] Schema updated. * [x] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #12860 <!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here --> ## Detailed Description of the Pull Request / Additional comments <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed - Ensure to have shell configured to update CWD: https://docs.microsoft.com/en-us/windows/terminal/tutorials/new-tab-same-directory - Terminal > Settings > Actions: assign a shortcut to "Copy CWD" action - Navigate directories and copy the CWD with the configured action --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:35:53 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29609