Browse an Sqlite database from the terminal with a text user interface.
-
Run the application from the directory containing the database.
-
Select your database from the initial file menu.
-
Use the keybindings to browse the tables and views of your database.
Action | Keybind |
---|---|
Exit Application | Escape |
Help Menu Open/Close | ? |
Action | Keybind |
---|---|
Up | k |
Down | j |
Select | Enter |
Action | Keybind |
---|---|
Show Table/Views | q, e |
Up | shift + k |
Down | shift + j |
Action | Keybind |
---|---|
View Data/Schema | shift + h, l |
Page Up / Down Half | u, d |
Move Cell Up | k |
Move Cell Down | j |
Move Cell Left | h |
Move Cell Right | l |
No configuration needed.
You can install JDbrowser from the AUR. Example using yay.
Binaries are available for download Here
Simply download the binary run chmod +x ./jdbrowser
and use where ever you want.
A simple way to install the binary using Rust:
A binary can also be directly built with:
or:
cargo build --release --target x86_64-unknown-linux-musl
The binary will be available at target/release/jdbrowser
- error handling popup
- handle blob data