Crates.io | ind |
lib.rs | ind |
version | 0.2.2 |
source | src |
created_at | 2022-10-28 04:47:18.647922 |
updated_at | 2022-12-31 15:14:02.783129 |
description | Run a process and indent its stdout and stderr |
homepage | https://github.com/adam-gaia/ind |
repository | https://github.com/adam-gaia/ind |
max_upload_size | |
id | 700099 |
size | 41,714 |
Run a process and indent its output. Stdout and stderr may be indented independently.
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'
`` Output: