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.
- Host: GitHub
- URL: https://github.com/akatrevorjay/prefixout
- Owner: akatrevorjay
- Created: 2017-08-03T01:19:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T23:29:18.000Z (almost 6 years ago)
- Last Synced: 2023-03-22T11:27:33.081Z (over 2 years ago)
- Topics: prefix, stderr, stdout, timestamp, why
- Language: Go
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```