{"id":20073824,"url":"https://github.com/jimbrig/psclearhost","last_synced_at":"2026-05-05T01:37:33.028Z","repository":{"id":62721141,"uuid":"562002327","full_name":"jimbrig/PSClearHost","owner":"jimbrig","description":"PowerShell Module for clearing the shell's host in spectacular fashion!","archived":false,"fork":false,"pushed_at":"2023-12-01T11:49:33.000Z","size":12093,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-22T22:35:38.876Z","etag":null,"topics":["fun","powershell","powershell-module","powershellgallery","published","shell","terminal","tools","utility"],"latest_commit_sha":null,"homepage":"https://www.powershellgallery.com/packages/PSClearHost","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/jimbrig.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-05T02:19:38.000Z","updated_at":"2024-08-13T07:06:09.563Z","dependencies_parsed_at":"2024-08-13T07:18:47.150Z","dependency_job_id":null,"html_url":"https://github.com/jimbrig/PSClearHost","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbrig%2FPSClearHost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbrig%2FPSClearHost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbrig%2FPSClearHost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbrig%2FPSClearHost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimbrig","download_url":"https://codeload.github.com/jimbrig/PSClearHost/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241504304,"owners_count":19973216,"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":["fun","powershell","powershell-module","powershellgallery","published","shell","terminal","tools","utility"],"created_at":"2024-11-13T14:48:22.167Z","updated_at":"2026-05-05T01:37:28.009Z","avatar_url":"https://github.com/jimbrig.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cspan\u003e\u003cimg src=\".\\Assets\\img\\powershell_500px.png\" height=\"10%\" width=\"10%\" align=left /\u003e\u003ch1\u003ePSClearHost\u003c/h1\u003e\u003cimg src=\".\\Assets\\logo.png\" height=\"15%\" width=\"15%\" align=right /\u003e\u003c/span\u003e\n\n***\n\n\u003e A PowerShell Module that adds awesome `Clear-Host` animations for your shell/terminal!\n\n## Links\n\n- [Source Code](https://github.com/jimbrig.com/PSClearHost)\n- [Latest Release - v1.0.0](https://github.com/jimbrig/PSClearHost/releases/tag/v1.0.0)\n- [Published PowerShell Gallery Module](https://www.powershellgallery.com/packages/PSClearHost/1.0.0)\n- [Documentation Site](https://docs.jimbrig.com/PSClearHost/)\n\n*View the repo's [Changelog](CHANGELOG.md) for details on the progression of the codebase over time.*\n\n## Badges\n\n[![PowerShell Gallery Version](https://img.shields.io/powershellgallery/v/PSClearHost?color=0092ff\u0026label=PowerShell%20Gallery\u0026logoColor=0092ff)](https://www.powershellgallery.com/packages/PSClearHost/1.0.0)\n\n[![Publish GitHub NuGet Package](https://github.com/jimbrig/PSClearHost/actions/workflows/ghpkg.yml/badge.svg)](https://github.com/jimbrig/PSClearHost/actions/workflows/ghpkg.yml)\n\n[![Test Module](https://github.com/jimbrig/PSClearHost/actions/workflows/test.yml/badge.svg)](https://github.com/jimbrig/PSClearHost/actions/workflows/test.yml)\n[![Build Module](https://github.com/jimbrig/PSClearHost/actions/workflows/build.yml/badge.svg?branch=develop)](https://github.com/jimbrig/PSClearHost/actions/workflows/build.yml)\n[![Publish Module](https://github.com/jimbrig/PSClearHost/actions/workflows/publish.yml/badge.svg)](https://github.com/jimbrig/PSClearHost/actions/workflows/publish.yml)\n[![Publish Docs Site](https://github.com/jimbrig/PSClearHost/actions/workflows/mkdocs.yml/badge.svg)](https://github.com/jimbrig/PSClearHost/actions/workflows/mkdocs.yml)\n[![Changelog](https://github.com/jimbrig/PSClearHost/actions/workflows/changelog.yml/badge.svg)](https://github.com/jimbrig/PSClearHost/actions/workflows/changelog.yml)\n\n## Installation\n\n```powershell\nInstall-Module PSClearHost -Scope CurrentUser\n```\n\n## Usage\n\n```powershell\n# Clear host using the \"Bricks\" mode\nClear-HostRaindrop -Mode Bricks -Speed 5.0\n\n# Clear host using the \"Falling\" mode\nClear-HostRaindrop -Mode Falling -Speed 2.0\n\n# Clear host using the \"Flipping\" mode\nClear-HostRaindrop -Mode Flipping -Speed 2.0\n```\n\n## Demos\n\nClick on a demonstration video below to see the module in action!\n\n### Bricks Mode\n\nhttps://user-images.githubusercontent.com/32652297/200099398-29dd1d6c-3ffa-4ec6-9833-7bbfbcdf2fc7.mp4\n\n### Falling Mode\n\nhttps://user-images.githubusercontent.com/32652297/200099413-5400a1f9-c88d-4e60-b8ef-c07013f73c98.mp4\n\n### Flipping Mode\n\nhttps://user-images.githubusercontent.com/32652297/200099418-22c6cc4c-ca8d-4dcf-8328-d451b450456a.mp4\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimbrig%2Fpsclearhost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimbrig%2Fpsclearhost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimbrig%2Fpsclearhost/lists"}