Skip to content

ajkerrigan/pshr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

pshr

<hr /> for your Powershell session

This is a port of the bash 'hr' tool which can be found here:

https://github.com/LuRsT/hr

Quick Start

Clone the repository, import the module and start spewing text!

  1. Clone the repository

git clone https://github.com/ajkerrigan/pshr.git

  1. Import the module into your Powershell session
Import-Module 'pshr\Write-HorizontalRule'
  1. Start spewing text
Write-HorizontalRule
########################### (Repeated to the end of your console window)

OR

hr
###########################

OR

hr '#','=-','#'
###########################
=-=-=-=-=-=-=-=-=-=-=-=-=-=
###########################

About

<hr /> for your Powershell console

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published