jm530ob / litelens-tui

Simple SQLite TUI database inspector written in Rust
MIT License
2 stars 0 forks source link
data-visualization database database-inspector rust sqlite terminal-app tui tui-rs

litelens-tui

GitHub last commit GitHub commit activity Crates.io Total Downloads GitHub Repo stars

Simple terminal-based user interface TUI app to view existing SQLite database files, built with pure Rust

image

Installation

cargo install litelens-tui

Usage

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>

Args

Arg Description
-p short for -path relative / absolute path

After being set, the path will be remembered

Navigation

Key Movement Area
k Up TreeNode
j Down TreeNode
ArrowUp Up TableView
ArrowDown Down TableView

Features

License

MIT