Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattiascibien/idgaf

Program output suppressor and redirector
https://github.com/mattiascibien/idgaf

Last synced: 15 days ago
JSON representation

Program output suppressor and redirector

Awesome Lists containing this project

README

        

# idgaf - for when you don't care about the output of a command

`idgaf` is a program that can be used to completely ignore console output
and have it instead redirected into two log files: one for stantdard output and one for standard error.

## Usage

```
idgaf 0.1.0
Mattias Cibien

USAGE:
idgaf.exe [FLAGS]

FLAGS:
-h, --help Prints help information
-V, --version Prints version information
-v, --verbose Shows some debug information

ARGS:
The command to execute
```

When invoked it creates two log files in the current directory named .out.log for stdout and .err.log for standard error.