Skip to content

Commit

Permalink
fix: small readability upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
tt14 committed Nov 11, 2024
1 parent e0c1876 commit 9c2473f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ If you already have a connection set up:
2. select the right connection (press `j` and `h` for navigation)
3. connect to the DB (press `c`)

### Create table
### Create a table

There is currently no way to create a table from the TUI.
However you can run the query to create the table as a SQL-Query,
Expand All @@ -167,7 +167,7 @@ inside the <a href="#execute-sql-querys">SQL Editor</a>.
### Open/view a table

1. Expand table-tree by pressing `e`
1. Expand the table-tree by pressing `e`
2. Select the table you want to view
3. Press `<Enter>` to open the table

Expand All @@ -179,9 +179,9 @@ inside the <a href="#execute-sql-querys">SQL Editor</a>.
0. [Open a table](#openview-a-table)
1. Press `/` to focus the filter input
2. Write a `WHERE`-clause to filter the table
3. Press <Enter> to submit your filter
3. Press `<Enter>` to submit your filter

> To remove the filter focuse the filter input (press `/`) and press `<Esc>`.
> To remove the filter, focuse the filter input (press `/`) and press `<Esc>`.
### Insert row

Expand Down

0 comments on commit 9c2473f

Please sign in to comment.