An open API service indexing awesome lists of open source software.

https://github.com/akatrevorjay/prefixout

Prefix stdout/stderr of a command and optionally timestamp it.
https://github.com/akatrevorjay/prefixout

prefix stderr stdout timestamp why

Last synced: 2 months ago
JSON representation

Prefix stdout/stderr of a command and optionally timestamp it.

Awesome Lists containing this project

README

          

prefixout
=========

Prefixes stuff with stuff.

What?
-----

* Asciinema: https://asciinema.org/a/131927

Install
-------

```sh
go get -u -x -v github.com/akatrevorjay/prefixout
```

Usage
-----

```sh
$ prefixout --help
Usage: prefixout [-dtc] [-p PREFIX | --prefix PREFIX] -- COMMAND [ARGS ...]
Prefixes stdout/stderr of a command. Nuff said.
Arguments:
PREFIX Prefix (defaults to "COMMAND: ")
COMMAND Command to exec
ARGS Command arguments
-d Differentiate stdout/stderr
-t Timestamp output
-c Color output
```