Skip to content
/ centre Public

tiny go app to make centred text in equals signs

License

Notifications You must be signed in to change notification settings

telyn/centre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

Tiny go program to generate text centred in = signs.

Each argument is its own piece of text, and specify width with --width <n>

» go get github.com/telyn/centre

» centre "Ingredients" "Precautions" "Method"
========================= Ingredients =========================
========================= Precautions =========================
=========================== Method ============================


» centre -width 32 "Ingredients" "Precautions" "Method"
========================== Ingredients ==========================
========================== Precautions ==========================
============================ Method =============================

About

tiny go app to make centred text in equals signs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages