blob: 8b2a99076826e3542c1c96720719a8e0aafead0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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.
|