diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-04-24 13:12:59 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-04-24 13:12:59 +0900 |
| commit | 83754f16833766420cdca1f8527177dbc4b6ace1 (patch) | |
| tree | e713bf6e0d6d9ce74e9b361b2aeebb6f4f45c51b /README.md | |
| parent | 7f4f96b94f1111fbbe71dc99c4bed506a4b4b406 (diff) | |
| download | term-banner-83754f16833766420cdca1f8527177dbc4b6ace1.tar.gz term-banner-83754f16833766420cdca1f8527177dbc4b6ace1.tar.zst term-banner-83754f16833766420cdca1f8527177dbc4b6ace1.zip | |
implementv1.0.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..8b2a990 --- /dev/null +++ b/README.md @@ -0,0 +1,55 @@ +# 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 +``` + + +# Requirements + +* Go toolchains + + +# Build + +1. Clone this repository. +2. `make build` + + +# Screenshot + +``` +$ make test +``` + + + + +# License + +This program uses [美咲フォント 2021-05-05a 版](https://littlelimit.net/misaki.htm) for rendering Japanese text. +Note that the license and copyright holder of the font is different from the program's. + +See [assets/misaki.txt](./assets/misaki.txt) for license of font. + +See [LICENSE](./LICENSE) for license of the program. |
