Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 622 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 622 Bytes

hr

A portable horizontal ruler for my terminals: Mac OS, Linux, and Windows. It also supports UTF-8 symbols properly.

This is a port of LuRsT's hr to let me use hr where no bash is installed.

Build from source

 $ go get github.com/sashka/hr

How to use it?

$ hr
#################################### # Till the end of your terminal window
$

$ hr '*'
************************************ # Till the end of your terminal window
$

$ hr '---- ✂ '
---- ✂ ---- ✂ ---- ✂ ---- ✂ ---- ✂ - # Till the end of your terminal window
$