{"id":14063882,"url":"https://github.com/pcgeek86/terminal","last_synced_at":"2025-08-09T00:23:42.276Z","repository":{"id":150545091,"uuid":"286848042","full_name":"pcgeek86/terminal","owner":"pcgeek86","description":"Automate the Microsoft Windows Terminal using PowerShell","archived":false,"fork":false,"pushed_at":"2020-08-20T18:01:23.000Z","size":25,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-03T20:51:14.514Z","etag":null,"topics":["microsoft","powershell","terminal","windows"],"latest_commit_sha":null,"homepage":"https://trevorsullivan.net","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pcgeek86.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-08-11T21:07:23.000Z","updated_at":"2025-03-13T09:53:07.000Z","dependencies_parsed_at":"2023-06-03T12:45:25.157Z","dependency_job_id":null,"html_url":"https://github.com/pcgeek86/terminal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcgeek86%2Fterminal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcgeek86%2Fterminal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcgeek86%2Fterminal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcgeek86%2Fterminal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pcgeek86","download_url":"https://codeload.github.com/pcgeek86/terminal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254474339,"owners_count":22077264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["microsoft","powershell","terminal","windows"],"created_at":"2024-08-13T07:03:33.327Z","updated_at":"2025-05-16T05:31:50.149Z","avatar_url":"https://github.com/pcgeek86.png","language":"PowerShell","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"readme":"## Objective\n\nThis PowerShell module makes it possible to automate configuration of the Windows Terminal.\n\n## Installation\n\nTo install the module, launch a PowerShell session and run the following command.\n\n```powershell\nInstall-Module -Name Terminal -Scope CurrentUser -Force\n```\n\n## Usage\n\nTo set the color scheme of a Windows Terminal profile, use the following command from a Windows Terminal session.\n\n```powershell\nSet-TerminalColorScheme -Name Argonaut\n```\n\nTo set the color scheme of a Windows Terminal _Preview_ profile, use the following command from a Windows Terminal Preview session.\n\n```powershell\nSet-TerminalColorScheme -Preview -Name Andromeda\n```\n\nIf you are _not_ running `Set-TerminalColorScheme` from a Windows Terminal session, then you can use the following command to configure the color scheme for a specific profile ID. This is useful if you want to run a script in Visual Studio Code, for example, which is unaware of the Windows Terminal profile ID.\n\n```powershell\nSet-TerminalColorScheme -Name Andromeda -ProfileId '{profile-id-guid-goes-here}'\n```\n\n**NOTE**: You must specify one of the built-in color schemes, or the name of a custom color scheme that is defined in your Windows Terminal `settings.json` file.\n\nCopyright 2020 Trevor Sullivan","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcgeek86%2Fterminal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpcgeek86%2Fterminal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcgeek86%2Fterminal/lists"}