10 releases

0.1.10 Jan 1, 2024
0.1.9 Oct 18, 2023
0.1.8 Sep 16, 2023
0.1.6 Jul 30, 2023
0.1.3 Jun 25, 2023

#2020 in Command line utilities

Download history 10/week @ 2023-12-27 1/week @ 2024-01-03 1/week @ 2024-02-21 5/week @ 2024-02-28 1/week @ 2024-03-13 3/week @ 2024-03-20 71/week @ 2024-03-27 4/week @ 2024-04-03

79 downloads per month

MIT license

17KB
312 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.

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

~13–26MB
~349K SLoC