A PowerShell Module that adds awesome
Clear-Host
animations for your shell/terminal!
View the repo's Changelog for details on the progression of the codebase over time.
Install-Module PSClearHost -Scope CurrentUser
# Clear host using the "Bricks" mode
Clear-HostRaindrop -Mode Bricks -Speed 5.0
# Clear host using the "Falling" mode
Clear-HostRaindrop -Mode Falling -Speed 2.0
# Clear host using the "Flipping" mode
Clear-HostRaindrop -Mode Flipping -Speed 2.0
Click on a demonstration video below to see the module in action!