How to safely update Terminal's config file with PSWinTerminal? #9957

Open
opened 2026-01-31 02:08:28 +00:00 by claunia · 0 comments
Owner

Originally created by @sassdawe on GitHub (Aug 1, 2020).

Description of the new feature/enhancement

What is the safest way to update Terminal's config file from a command line running inside the Terminal?

I'd like to avoid colliding with your future feature updates.

Proposed technical implementation details (optional)

I published PSWinTerminal into PowerShell Gallery, which implements Get-WTTheme, Show-WTTheme, and Set-WTTheme.

And I'm planning to implement Import-WTTheme / New-WTTheme to extend the available themes.

How should I approach these cmdlets without risking breaking the configuration? Thanks!

Originally created by @sassdawe on GitHub (Aug 1, 2020). # Description of the new feature/enhancement What is the safest way to update Terminal's config file from a command line running inside the Terminal? **I'd like to avoid colliding with your future feature updates.** # Proposed technical implementation details (optional) I published [PSWinTerminal](https://www.powershellgallery.com/packages/PSWinTerminal/) into PowerShell Gallery, which implements Get-WTTheme, Show-WTTheme, and Set-WTTheme. And I'm planning to implement Import-WTTheme / New-WTTheme to extend the available themes. How should I approach these cmdlets without risking breaking the configuration? Thanks!
claunia added the Issue-QuestionNeeds-Tag-FixResolution-Answered labels 2026-01-31 02:08:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#9957