Crates.io | freightview |
lib.rs | freightview |
version | 0.3.1 |
created_at | 2025-05-11 16:34:26.039551+00 |
updated_at | 2025-08-26 10:36:07.551957+00 |
description | A terminal UI tool for viewing and managing local Docker images and containers. |
homepage | |
repository | https://github.com/GeorgiiKrikun/FreightView |
max_upload_size | |
id | 1669525 |
size | 1,263,600 |
FreightView is a Terminal User Interface (TUI) application for viewing content of local docker images. It provides a simple and efficient way to explore the layers and files within your Docker images. It is inspired by the dive application.
🔥 FreightView is fast and efficient. It caches layers that have been already viewed so there are no unnecessary parcing, especially for common large base images for containers you use.
🚀 It is written in Rust, which means it is fast, has a small footprint and is memory-safe.
🖥️ It is a TUI application, which means it can be run in a terminal and does not require a graphical user interface. This makes it lightweight and easy to use on remote servers or in environments where a GUI is not available.
This project is licensed under the MIT License - see the LICENSE file for details.
Extremely fast startup time, even for large images, if the layers have been already viewed.
View the list of layers, commands that were used to create them, and their content in a file tree view.
Filter path with a search string to get to the changes that interest you faster.