{"id":13409023,"url":"https://github.com/ironmansoftware/psedit","last_synced_at":"2025-03-14T14:30:53.589Z","repository":{"id":63771595,"uuid":"570402846","full_name":"ironmansoftware/psedit","owner":"ironmansoftware","description":"A terminal-based editor for PowerShell","archived":false,"fork":false,"pushed_at":"2024-07-31T22:18:45.000Z","size":387,"stargazers_count":261,"open_issues_count":14,"forks_count":18,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-07T10:37:47.425Z","etag":null,"topics":["powershell"],"latest_commit_sha":null,"homepage":"","language":"C#","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/ironmansoftware.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,"publiccode":null,"codemeta":null}},"created_at":"2022-11-25T05:15:49.000Z","updated_at":"2025-02-23T02:59:06.000Z","dependencies_parsed_at":"2024-10-26T04:53:03.854Z","dependency_job_id":"d59eb45f-0b0b-4599-9335-0376d8bdb353","html_url":"https://github.com/ironmansoftware/psedit","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironmansoftware%2Fpsedit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironmansoftware%2Fpsedit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironmansoftware%2Fpsedit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironmansoftware%2Fpsedit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ironmansoftware","download_url":"https://codeload.github.com/ironmansoftware/psedit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243593263,"owners_count":20316157,"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":["powershell"],"created_at":"2024-07-30T20:00:57.383Z","updated_at":"2025-03-14T14:30:53.126Z","avatar_url":"https://github.com/ironmansoftware.png","language":"C#","funding_links":[],"categories":["Terminal-based editors","C# #"],"sub_categories":[],"readme":"## PSEdit\n\nEdit PowerShell scripts directly in your terminal. \n\n![](./screenshot.png)\n\n- IntelliSense\n- Syntax Higlighting\n- Format on Save\n- Script Execution\n- Error View\n- Syntax Error View\n\n## Installation\n\nThis module is available on the [PowerShell Gallery](https://www.powershellgallery.com/packages/psedit). \n\n```powershell\nInstall-Module psedit\n```\n\n## Editing\n\nTo start the editor, you can simply call `Show-PSEditor` in a terminal.\n\n```powershell\nShow-PSEditor\n```\n\nYou can open a file by using the `-Path` parameter.\n\n```powershell\nShow-PSEditor -Path .\\file.path\n```\n\n### Syntax Errors\n\nSyntax errors will be shown in the editor by a red highlight. To view the text of the syntax error, click View \\ Syntax Errors.\n\n### Formatting\n\nYou can format your code in the editor if you have `PSScriptAnalyzer` installed. To format a script, either press `Ctrl+Shift+R` or click Edit \\ Format. If you don't have `PSScriptAnalyzer` installed, you can do so with the command below.\n\n```powershell\nInstall-Module PSScriptAnalyzer\n```\n\n## Execution\n\nTo execute your script, press `F5` to run the entire script. If you want to execute a select, you can press `F8`. You can also execute the script in the terminal and exit the editor by pressing `Ctrl+Shift+F5`.\n\nYou can also use the Debug menu to access these options.\n\n### Errors\n\nErrors generated when running scripts will be shown in the error window. You can access it by clicking View \\ Errors.\n\n### Ironman Software Free Tools\n\nFor more free tools, visit the [Ironman Software free tools index](https://ironmansoftware.com/free-powershell-tools). \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironmansoftware%2Fpsedit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fironmansoftware%2Fpsedit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironmansoftware%2Fpsedit/lists"}