Simple terminal-based user interface TUI app to view existing SQLite database files, built with pure Rust
cargo install litelens-tuiTo 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 |
- Vim like navigation
- TUI Interface
- View data
- Modify data
- Better optimized
- Error handler and display
- dump the contents of a database into stdout
