You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* build(gomod): install tview
* feat(tui): add a new tui package that uses tview replacing the gui package
* feat(app): replace the the gui dependency with tui in the app
* feat(tui): add query text view and interaction between metadata tables
* feat(tui): add vim like navigation
* build(gomod): update deps
* feat(tui): complete current functionality usint tview on tui pkg
* refactor(tui): refactor the tui's package code
* refactor(gui): remove the gui pkg and the gocui library from the project
* docs(readme): update a key binding in the readme file
* docs(screenshots): replace the screenshots with new ones
* docs(demo-gif): update the gif with the new version (#241)
* docs(demo-gif): update the gif with the new version
* docs(typo): fix a typo
* add local file
* fix url
* remove old gif
---------
Co-authored-by: Thiago Mowszet <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ Use "dblab [command] --help" for more information about a command.
123
123
## Usage
124
124
125
125
You can start the app passing no flags or parameters, you'll be asked for connection data instead.
126
-

126
+

127
127
128
128
129
129
```sh
@@ -188,7 +188,7 @@ As of `v0.21.0`, ssl connections options are supported in the config file.
188
188
189
189
```sh
190
190
# default: test
191
-
$ dbladb --config
191
+
$ dblab --config
192
192
193
193
$ dblab --config --cfg-name "prod"
194
194
```
@@ -273,7 +273,7 @@ Key | Description
273
273
<kbd>Ctrl+Space</kbd> | If the query panel is active, execute the query
274
274
<kbd>Enter</kbd> | If the tables panel is active, list all the rows as a result set on the rows panel and display the structure of the table on the structure panel
275
275
<kbd>Ctrl+S</kbd> | If the rows panel is active, switch to the schema panel. The opposite is true
276
-
<kbd>Ctrl+F</kbd> | If the rows panel is active, switch to the constraints view. The opposite is true
276
+
<kbd>Ctrl+T</kbd> | If the rows panel is active, switch to the constraints view. The opposite is true
277
277
<kbd>Ctrl+I</kbd> | If the rows panel is active, switch to the indexes view. The opposite is true
278
278
<kbd>Ctrl+H</kbd> | Toggle to the panel on the left
0 commit comments