0.0.4 • Published 5 years ago

garbage-disintegrator v0.0.4

Weekly downloads
14
License
-
Repository
github
Last release
5 years ago

garbage-disintegrator Build Status

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.434s

Commands

remove redundant (rr)

rr <regexp> [content] [options]

content, --stdin or --file need to choose one to use.

Arguments

  • regexp : Target's regular expression without options
  • content (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
0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago