Skip to content

Commit 7fa4780

Browse files
committed
README: Move demo.gif to the first position
1 parent 3cde181 commit 7fa4780

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ SQL-Bless
1010

1111
**<English>** / [<Japanese>](./README_ja.md)
1212

13+
![image](./demo.gif)
14+
1315
SQL-Bless is a command-line database client similar to SQL\*Plus, supporting multiple database systems.
1416

1517
It was designed with reliability and transparency in mind.
@@ -44,10 +46,6 @@ SQL-Bless is the result of that lesson — a tool that values safety over conven
4446
- Table name and column name completion
4547
- Column name completion works only when the corresponding table name appears to the left of the cursor
4648

47-
![image](./demo.gif)
48-
49-
[Video](https://www.youtube.com/watch?v=_cxBQKpfUds) by [@emisjerry](https://github.com/emisjerry)
50-
5149
| Key | Binding |
5250
|-----|---------|
5351
| `Enter`, `Ctrl`+`M` | Insert a newline or execute SQL if line ends with `;` or is a short command[^sc] |

README_ja.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ SQL-Bless
1010

1111
[<English>](./README.md) / **<Japanese>**
1212

13+
![image](./demo.gif)
14+
1315
SQL-Bless は、SQL\*Plus に着想を得た、複数のデータベースエンジンに対応するコマンドライン用 SQL クライアントです。
1416

1517
SQL-Bless は「安全性と再現性」を最優先に設計されています。
@@ -42,10 +44,6 @@ SQL-Bless は、そうした現場での教訓から生まれた、安全で再
4244
- テーブル名・カラム名補完
4345
- ただし、カラム名補完はテーブル名がカーソルより左側に登場している時のみ
4446

45-
![image](./demo.gif)
46-
47-
[@emisjerry](https://github.com/emisjerry) さんによる [紹介動画](https://www.youtube.com/watch?v=_cxBQKpfUds)
48-
4947
| Key | Binding |
5048
|-----|---------|
5149
| `Enter`, `Ctrl`+`M` | 改行(末尾が`;`であるか、明らかに一行未満で終わるコマンド[^sc]時はSQLを実行) |

0 commit comments

Comments
 (0)