You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
507 B
Markdown
17 lines
507 B
Markdown
# nyan
|
|
|
|
A small wrapper to make cat prettier while concatenating large files.
|
|
|
|
# Features
|
|
* Pipes `cat` through `pv` to make a whole-operation progress bar with a time estimate.
|
|
* Pre-checks files _before_ passing them to `cat`. No more partial concatenations!
|
|
|
|
# Usage
|
|
`nyan -o [OUTPUT_FILE] [INPUT_FILE]...`
|
|
|
|
An output file defined with `-o` is required. This wrapper is designed for non-human-readable files
|
|
and as such does not output to stdout.
|
|
|
|
# Dependencies
|
|
* `pv` is required for the progress bar.
|