diff options
Diffstat (limited to 'docs/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html')
| -rw-r--r-- | docs/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/docs/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html b/docs/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html index 281f8d6..2ab498b 100644 --- a/docs/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html +++ b/docs/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html @@ -31,12 +31,22 @@ <article class="post-single"> <header class="post-header"> <h1 class="post-title">term-banner: ターミナルにバナーを表示するツールを書いた</h1> - <div class="post-meta">2022-04-24</div> + <div class="post-meta"> + Posted on <time>2022-04-24</time>, updated on <time>2022-04-27</time> + </div> <ul class="post-tags"> <li><a href="https://blog.nsfisis.dev/tags/my-programs">my-programs</a></li> </ul> </header> - <div class="post-content"><h1 id="はじめに">はじめに</h1> + <div class="post-content"> + <section> + <h1>更新履歴</h1> + <ul> + <li>2022-04-24: 公開</li> + <li>2022-04-27: -f オプションについて追記</li> + </ul> + </section> + <h1 id="はじめに">はじめに</h1> <p>こんなものを作った。</p> <pre tabindex="0"><code>$ term-banner 'Hello, World!' 'こんにちは、' '世界!' </code></pre><p><img src="https://raw.githubusercontent.com/nsfisis/term-banner/main/screenshot.png" alt="term-banner のスクリーンショット"></p> @@ -78,7 +88,8 @@ PNG が標準ライブラリにあったり、Shift-JIS のエンコーディン <p>2022-04-27 追記: <code>-f</code> オプションで選べるようにした。</p> <h1 id="おわりに">おわりに</h1> <p>あなたもターミナルに住んでみませんか?</p> -</div> + + </div> </article></main> <footer class="footer"> <span>© 2022 <a href="https://blog.nsfisis.dev">REPL: Rest-Eat-Program Loop</a></span> |
