| Crates.io | lk-inside |
| lib.rs | lk-inside |
| version | 0.3.1 |
| created_at | 2025-11-24 23:18:59.024236+00 |
| updated_at | 2025-11-24 23:18:59.024236+00 |
| description | A terminal user interface (TUI) application for interactive data analysis. |
| homepage | |
| repository | https://github.com/your_repo/lk-inside |
| max_upload_size | |
| id | 1948887 |
| size | 322,871 |
"Look Inside" is a powerful command-line interface (CLI) tool written in Rust, designed for efficient data analysis and visualization directly within your terminal. It provides a robust set of features for inspecting, filtering, and performing statistical analysis on various datasets, now with an enhanced and intuitive text-based user interface (TUI).
To build and run "Look Inside", you need to have the following installed:
Clone the repository:
git clone https://github.com/your-repo/lk-inside.git # Replace with actual repo URL
cd lk-inside
Build the project:
cargo build --release
Run the application:
cargo run --release
Alternatively, you can run the compiled binary:
./target/release/lk-inside
Upon launching "Look Inside", you will be greeted by a start menu. Navigate using your keyboard. The bottom bar provides context-sensitive help and keybindings for the current screen.
For detailed usage instructions, including all keybindings and screen-specific actions, please refer to our comprehensive Documentation.
Alt+Q: Return to the Start Menu.Ctrl+S: Save Current Workspace.Ctrl+O: Load Workspace.?: Toggle the Help screen.Esc: Exit the application.cargo run --release -- examples/sample_data.csv
This command will directly load sample_data.csv and open the data view, ready for analysis.
We welcome contributions to "Look Inside"! Please see our CONTRIBUTION.md for guidelines on how to submit pull requests, report issues, and generally help improve the project.
This project is licensed under the MIT License - see the LICENSE file for details.
For questions, feedback, or support, please open an issue on our GitHub repository.