Simple terminal-based user interface TUI
app to view existing SQLite database files, built with pure Rust
cargo install litelens-tui
To get started, simply provide at least one argument specifying the .db
file to open — this can be a relative path
Run in your terminal
$ litelens-tui <ARGS>
Arg | Description |
---|---|
-p short for -path |
relative / absolute path |
After being set, the path will be remembered
Key | Movement | Area |
---|---|---|
k |
Up | TreeNode |
j |
Down | TreeNode |
ArrowUp |
Up | TableView |
ArrowDown |
Down | TableView |