Git Product home page Git Product logo

fancyclearhost's Introduction

FancyClearHost

GitHub license PowerShell Gallery PowerShell Gallery

Pester Test

Clears your PowerShell host in a fancy way.

FancyClearHost.mp4

FancyClearHost provides you with the ability to clear the PowerShell host display with some cool text animations. Unlike any other PowerShell modules, it doesn't give you any useful features but you should be able to surprise your colleagues or audiences when you give a demo!

Requirements

This module has been tested on:

  • Windows 10 and 11
  • Windows PowerShell 5.1 and PowerShell 7.2

Installation

FancyClearHost is available on the PowerShell Gallery. You can install the module with the following command:

Install-Module -Name FancyClearHost -Scope CurrentUser

Usage

Just call Clear-HostFancily function to play random animations, and type 'q' to quit.

Clear-HostFancily

You can play a specific animation by adding Mode parameter and control the speed by Speed paramerter.

Clear-HostFancily -Mode Falling -Speed 0.5

Overwriting cls alias

By adding the following code to your PowerShell profile, you can overwrite the cls alias with a fancy version.

function FancyClear
{
    # You can set whatever parameters you want here
    Clear-HostFancily -Mode Falling -Speed 3.0
}
Set-Alias -Name cls FancyClear -Option AllScope

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.