Skip to content

Home

PSClearHost

Custom PowerShell Module to Clear your Terminal Shell's Host in Spectacular Fashion!

View the repo's Changelog for details on the progression of the codebase over time.

Badges

PowerShell Gallery Version Test Module Build Module Publish Module Publish Docs Site Changelog


Installation

Install-Module PSClearHost -Scope CurrentUser

Usage

# 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

Demos

Bricks Mode

Falling Mode

Flipping Mode