Skip to content

Simple SQLite TUI database inspector written in Rust

License

Notifications You must be signed in to change notification settings

jm530ob/litelens-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Vim like navigation
  • TUI Interface
  • View data
  • Modify data
  • Better optimized
  • Error handler and display
  • dump the contents of a database into stdout

License

MIT

Releases

No releases published

Packages

No packages published

Languages