hr
v0.1.3
Published
Node commandline application to display <hr> in the console.
Downloads
9,503
Readme
Displays an <hr />
in your terminal.
A version of https://github.com/LuRsT/hr that can be deployed via npm.
Installation instructions:
npm install -g hr
Usage:
$ hr
================================== # Till the end of your terminal window
$
$ hr '*'
********************************** # Till the end of your terminal window
$
It works differently than the shell app for multi-character strings
$ hr =-
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # Till the end of your terminal window
$