{"id":14063800,"url":"https://github.com/StartAutomating/Posh","last_synced_at":"2025-07-29T16:34:23.864Z","repository":{"id":182483869,"uuid":"668558923","full_name":"StartAutomating/Posh","owner":"StartAutomating","description":"PowerShell made Posh","archived":false,"fork":false,"pushed_at":"2024-04-20T17:34:57.000Z","size":29561,"stargazers_count":60,"open_issues_count":98,"forks_count":6,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-11-21T10:36:28.508Z","etag":null,"topics":["colorization","demo","demos","easy-to-use","formatting-output","powershell","powershell-core","powershell-module","powershell-profile","prompt","prompt-generator","rss-reader","sleek","terminal","terminal-customization","terminal-format"],"latest_commit_sha":null,"homepage":"https://posh.startautomating.com/","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/StartAutomating.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"contributing.md","funding":".github/FUNDING.yml","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,"publiccode":null,"codemeta":null},"funding":{"github":["StartAutomating"]}},"created_at":"2023-07-20T05:14:50.000Z","updated_at":"2024-10-28T13:36:49.000Z","dependencies_parsed_at":"2023-07-20T07:37:14.414Z","dependency_job_id":"bfe21927-56f4-48c2-aed9-dd6a938ad6a7","html_url":"https://github.com/StartAutomating/Posh","commit_stats":null,"previous_names":["startautomating/posh"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FPosh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FPosh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FPosh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FPosh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StartAutomating","download_url":"https://codeload.github.com/StartAutomating/Posh/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228032909,"owners_count":17858913,"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":["colorization","demo","demos","easy-to-use","formatting-output","powershell","powershell-core","powershell-module","powershell-profile","prompt","prompt-generator","rss-reader","sleek","terminal","terminal-customization","terminal-format"],"created_at":"2024-08-13T07:03:30.907Z","updated_at":"2024-12-04T02:30:27.382Z","avatar_url":"https://github.com/StartAutomating.png","language":"PowerShell","readme":"\u003cdiv align='center'\u003e\n\u003cimg src='Assets/Posh.svg' alt='posh' /\u003e\n\u003ca href='https://www.powershellgallery.com/packages/posh/'\u003e\n\u003cimg src='https://img.shields.io/powershellgallery/dt/posh' /\u003e\n\u003c/a\u003e\n\u003cbr/\u003e\n\u003ca href='https://github.com/sponsors/StartAutomating'\u003e❤️\u003c/a\u003e\n\u003ca href='https://github.com/StartAutomating/posh/stargazers'\u003e⭐\u003c/a\u003e\n\u003c/div\u003e\n\nPosh is a PowerShell module that makes PowerShell more fun to work with.\n\n## Improving Formatting\n\nPosh provides PowerShell formatting for all sorts of fun scenarios, like:\n\n### Get-Command in color\n\nPosh colorizes commands by verb.\n\n~~~PowerShell\nGet-Command\n~~~\n\n![Get-Command-In-Color](Assets/Get-Command-In-Color.gif)\n\n### Get-Member in color\n\n~~~PowerShell\nGet-Command | Get-Member \n~~~\n\n![Get-Member-In-Color](Assets/Get-Member-In-Color.gif)\n\n### Reflection Formatter\n\nPosh provides a formatter for reflection, to help you explore types.\n\n~~~PowerShell\n[int] | Format-Custom\n~~~\n\n~~~PowerShell\n[int] | Format-Custom -View System.Type.Full\n~~~\n\nIt even works on generic types\n\n~~~PowerShell\n[Collections.Generic.Dictionary[string, PSObject]] | \n    Format-Custom -View System.Type.Full\n~~~\n\n![Reflection-Formatting](Assets/Reflection-Formatting.gif)\n\n### Colorized XML\n\n~~~PowerShell\n[xml]\"\u003ca\u003e\u003cb attr='c'/\u003e\u003c/a\u003e\"\n~~~\n\n![XML-In-Color](Assets/XML-In-Color.gif)\n\n## How Posh Works\n\nPosh is a somewhat unique PowerShell module in that it does not export commands.\n\nPosh _only_ extends the types and formatting in PowerShell.\n\nIt is built using:\n\n* [EZOut](https://github.com/StartAutomating/EZOut)\n* [PipeScript](https://github.com/StartAutomating/PipeScript)\n* [HelpOut](https://github.com/StartAutomating/HelpOut)\n","funding_links":["https://github.com/sponsors/StartAutomating","https://github.com/sponsors/StartAutomating'"],"categories":["PowerShell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStartAutomating%2FPosh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FStartAutomating%2FPosh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStartAutomating%2FPosh/lists"}