[go: up one dir, main page]

Skip to content

jakewarren/hr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hr

MIT License Go Report Card PRs Welcome

generate horizontal rule (hr) for terminals

Install

go get github.com/jakewarren/hr/...

Usage

As a CLI

screenshot

As a library

package main

import (
	"fmt"

	"github.com/jakewarren/hr"
)

func main() {
	fmt.Println(hr.HorizontalRule("-"))
}

Acknowledgements

Heavily based on sashka/hr.
Format specification adapted from LuRsT/hr.

License

MIT © 2019 Jake Warren

About

generate horizontal rule (hr) for terminals

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages