Categorygithub.com/nsfisis/term-banner
modulepackage
1.1.0
Repository: https://github.com/nsfisis/term-banner.git
Documentation: pkg.go.dev

# README

term-banner

Show a banner in your terminal.

Supported characters

  • All of ASCII characters
  • Some of Japanese Kanji and symbols (JIS第一・第二水準)

Special thanks to Num Kadoma, the author of the awesome font!

Usage

Pass a messsage as command line arguments:

$ ./term-banner 'Hello, World!'

Multiple arguments are displayed in multiple lines.

$ ./term-banner foo bar baz

Switch font by -f:

$ ./term-banner -f gothic 'あいうえお'

Requirements

  • Go toolchains

Build

  1. Clone this repository.
  2. make build

Screenshot

$ make test

Screenshot

License

This program uses 美咲フォント 2021-05-05a 版 for rendering Japanese text. Note that the license and copyright holder of the font is different from the program's.

See assets/misaki.txt for license of font.

See LICENSE for license of the program.

# Functions

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
One glyph for full-width characters.
One glyph for half-width characters.