12 releases

0.1.12 Sep 25, 2024
0.1.11 May 14, 2024
0.1.10 Jan 1, 2024
0.1.9 Oct 18, 2023
0.1.3 Jun 25, 2023

#2286 in Command line utilities

Download history 22/week @ 2024-06-30 40/week @ 2024-07-28 125/week @ 2024-09-22 30/week @ 2024-09-29 9/week @ 2024-10-06 1/week @ 2024-10-13

165 downloads per month

MIT license

360KB
395 lines

CI coveralls dependency status crates.io packagecloud

stdecor

stdecor is a program that decorates streams of text with a custom prefix, time, etc. It's able to call a subprocess to execute or run as part of a pipe. When calling a program, it can decorate stdout and stderr differently.

stdecor is specially useful when running multiple jobs in the same shell. It can be used to build scripts like the following:

demo-ping

Installation

If you're a Rust programmer, stdecor can be installed with cargo:

$ cargo install stdecor

If you're a Debian user, stdecor is available in packagecloud. Follow these instruction to use the package repository.

This repository also provides a flake.nix file for nix users.

Dependencies

~11–22MB
~330K SLoC