Skip to content

jimbrig/PSClearHost

Repository files navigation

PSClearHost


A PowerShell Module that adds awesome Clear-Host animations for your shell/terminal!

Links

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

Badges

PowerShell Gallery Version

Publish GitHub NuGet Package

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

Click on a demonstration video below to see the module in action!

Bricks Mode

Bricks-Demo.mp4

Falling Mode

Falling-Demo.mp4

Flipping Mode

Flipping-demo.mp4