1 unstable release
new 0.1.0 | Nov 25, 2024 |
---|
#481 in Database interfaces
118 downloads per month
355KB
944 lines
litelens-tui
Simple tool to view existing SQLite database files, built with Rust, runs as terminal-based user interface (TUI) .
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
Dependencies
~34–46MB
~769K SLoC