Skip to content

Commit 16e358f

Browse files
committed
Improve README screenshot table layout and localize assets
- Reorganize screenshot table to vertical format with columns for rendering method, supported terminals, and appearance - Move all screenshot images to .github/assets/ directory - Add Japanese descriptions for each rendering mode
1 parent 537debb commit 16e358f

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.github/assets/default.png

184 KB
Loading

.github/assets/iterm.png

466 KB
Loading

.github/assets/sixel.png

103 KB
Loading

.github/assets/slack-bot.png

926 KB
Loading

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
amesh
2-
==========
1+
# amesh
32

43
[![Go Reference](https://pkg.go.dev/badge/github.com/otiai10/amesh.svg)](https://pkg.go.dev/github.com/otiai10/amesh)
54
[![Actions Status](https://github.com/otiai10/amesh/workflows/Go/badge.svg)](https://github.com/otiai10/amesh/actions?query=workflow%3AGo)
@@ -11,9 +10,11 @@ amesh
1110
みんな大好き東京アメッシュ http://tokyo-ame.jwa.or.jp/
1211
をCLIで表示
1312

14-
| iTerm | Sixel | default |
15-
|:-----:|:-----:|:-------:|
16-
| <img width="320px" src="https://user-images.githubusercontent.com/931554/39689648-8e8520b4-5212-11e8-87e2-b0bad05f530c.png"> | <img width="320px" src="https://user-images.githubusercontent.com/10111/39798686-7d505878-539c-11e8-8671-322f495824cb.png"> | <img width="320px" src="https://cloud.githubusercontent.com/assets/931554/11038037/5940e5be-8744-11e5-94d9-4b0bc7b2f55f.png"> |
13+
| 描画方式 | 対応ターミナル | 使用感 |
14+
|:------:|:------:|:------:|
15+
| iTerm2<br>Inline Images | iTerm2 | <img width="320px" src="./.github/assets/iterm.png"> |
16+
| Sixel | WezTerm, mlterm,<br>その他Sixel対応 | <img width="320px" src="./.github/assets/sixel.png"> |
17+
| デフォルト<br>(文字描画) | すべてのターミナル | <img width="320px" src="./.github/assets/default.png"> |
1718

1819

1920
# Install
@@ -52,6 +53,6 @@ amesh osaka
5253

5354
# Slackで @amesh って言うとアメッシュの画像出すbot
5455

55-
<img width="40%" src="https://user-images.githubusercontent.com/931554/44345661-e5c65a00-a4ce-11e8-96a3-a024b8651183.png" >
56+
<img width="40%" src="./.github/assets/slack-bot.png">
5657

5758
詳しくは、 https://github.com/otiai10/amesh-bot

0 commit comments

Comments
 (0)