toomuch 0.0.3

A GNU timeout-compatible command wrapper with interactive suspend/resume support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! # toomuch
//!
//! A GNU `timeout`-compatible command wrapper with interactive suspend/resume support.
//!
//! This crate provides both:
//! - A reusable library
//! - A `toomuch` CLI binary

pub mod job;
pub mod prompt;
pub mod signal;
pub mod terminal;
pub mod timeout;
pub mod ui;