0.0.4 • Published 7 years ago
garbage-disintegrator v0.0.4
garbage-disintegrator 
scan text file or string, found target with Regex.
Prerequisites
Certain operations require Node.js to be locally installed on a client.
Before proceeding, install Node.js on your computer. See the official Installing Node.js to learn how to install Node.js on your computer.
Installing the CLI
$ npm i -g garbage-disintegrator
/usr/local/bin/rr -> /usr/local/lib/node_modules/garbage-disintegrator/bin/remove-repeated-string
+ garbage-disintegrator@0.0.3
added 9 packages from 5 contributors in 1.434sCommands
remove redundant (rr)
rr <regexp> [content] [options]
content, --stdin or --file need to choose one to use.
Arguments
regexp: Target's regular expression without optionscontent (option): Input data to be parsed
Options
-v, --version: output the version number-f --file <path>: Source from file path--stdin: Source from standard input-o --out <path>: Output to a file-r --repeated: Allow duplicate content-c --conjunction <conjunction>: Use to connect target string-h, --help: output usage information