<hr /> for your Powershell session
This is a port of the bash 'hr' tool which can be found here:
Clone the repository, import the module and start spewing text!
- Clone the repository
git clone https://github.com/ajkerrigan/pshr.git
- Import the module into your Powershell session
Import-Module 'pshr\Write-HorizontalRule'- Start spewing text
Write-HorizontalRule########################### (Repeated to the end of your console window)
OR
hr###########################
OR
hr '#','=-','#'###########################
=-=-=-=-=-=-=-=-=-=-=-=-=-=
###########################