ind

Crates.ioind
lib.rsind
version0.2.2
sourcesrc
created_at2022-10-28 04:47:18.647922
updated_at2022-12-31 15:14:02.783129
descriptionRun a process and indent its stdout and stderr
homepagehttps://github.com/adam-gaia/ind
repositoryhttps://github.com/adam-gaia/ind
max_upload_size
id700099
size41,714
Adam Gaia (adam-gaia)

documentation

README

Ind

Run a process and indent its output. Stdout and stderr may be indented independently.

Usage

Take any command you wish to indent the output of and preffix with a call to ind.

This tool is reccomended for use in shell aliases and functions.

alias ls='ind ls'

Configuration

Examples

`` Output:


Commit count: 11

cargo fmt