litelens-tui

Crates.iolitelens-tui
lib.rslitelens-tui
version0.1.0
created_at2024-11-25 20:23:55.5298+00
updated_at2024-11-25 20:23:55.5298+00
descriptionSimple TUI app to view existing SQLite database files, built with Rust
homepage
repositoryhttps://github.com/jm530ob/litelens-tui
max_upload_size
id1460680
size976,708
Jakub Martenek (jm530ob)

documentation

README

litelens-tui

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

Simple tool to view existing SQLite database files, built with Rust, runs as terminal-based user interface (TUI) .

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 <COMMAND>

Args

Arg Description
-p relative / absolute path

*After being set, the path will be remembered

Feature Checklist

  • Vim like navigation
  • TUI Interface
  • View data
  • Modify data
  • More optimized

License

MIT License

Commit count: 83

cargo fmt