Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mattiascibien/idgaf
- Owner: mattiascibien
- License: apache-2.0
- Created: 2019-02-28T17:10:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T13:00:58.000Z (about 1 year ago)
- Last Synced: 2023-10-10T14:29:27.360Z (about 1 year ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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 CibienUSAGE:
idgaf.exe [FLAGS]FLAGS:
-h, --help Prints help information
-V, --version Prints version information
-v, --verbose Shows some debug informationARGS:
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.