truwrap-cli

1.0.1 • Public • Published

truwrap-cli

A CLI wrapper for truwrap

Publishing Status

npm Libraries.io
Travis Rollup

Development Status

Travis Libraries.io
Snyk Code-Climate Code-Climate Coverage

Documentation/Help

Twitter

A simple wrapper that enables CLI usage of truwrap - great for formatting text output in scripts.

Screengrab

Usage

Installation

npm install --save @thebespokepixel/truwrap

CLI

  truwrap
  Smarter terminal text wrapping (handles 24bit color)

  Synopsis:
    cat inputFile | truwrap [options]

  Options:
    -h, --help       Display this help.
    -v, --version    Return the current version on stdout. -vv Return name & version.
    -V, --verbose    Be verbose. -VV Be loquacious.
    -o, --stderr     Use stderr rather than stdout
    -l, --left       Left margin
    -r, --right      Right margin
    -w, --width      Set total width. Overrides terminal window’s width.
    -t, --truncate   Truncate panel cells.
    -m, --mode       Wrapping mode
    -s, --stamp      Print arguments rather than stdin. printf-style options supported.
    -p, --panel      Render a tabular panel into the available console width.
    -d, --delimiter  The column delimiter when reading data for a panel.
    -x, --regex      Character run selection regex.
    --color          Force color depth --color=256|16m. Disable with --no-color

  Usage:
  Reads unformatted text from stdin and typographically applies paragraph wrapping it for the currently active tty.

To use, simply pipe in a body of text to wrap according to the supplied options.

  cat readme.md | truwrap --left 6 --right 6 --mode soft

Related

For advanced 24bit colour handling see thebespokepixel/trucolor and npm trucolor.

Documentation

Documentation for truwrap can be found at https://thebespokepixel.github.io/truwrap/

Package Sidebar

Install

npm i truwrap-cli

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

843 kB

Total Files

6

Last publish

Collaborators

  • thebespokepixel