dprs 0.1.14

dprs (Docker PRocesS viewer ) is a terminal user interface for managing Docker containers and monitoring their logs.
Documentation
1
2
3
4
5
6
7
8
// Shared modules used by both dprs and dplw applications

pub mod config;
pub mod display;
pub mod docker;
pub mod input;

// Copyright (c) 2025 Durable Programming, LLC. All rights reserved.