textwrap-cli

Crates.iotextwrap-cli
lib.rstextwrap-cli
version0.4.1
created_at2022-06-04 17:53:06.269438+00
updated_at2025-11-13 21:31:09.691139+00
descriptionCommand line interface for textwrap
homepage
repositoryhttps://github.com/qtfkwk/textwrap-cli
max_upload_size
id599791
size23,442
(qtfkwk)

documentation

README

$ tw -h
Command line interface for textwrap

Usage: tw [OPTIONS] <INPUT_FILES>...

Arguments:
  <INPUT_FILES>...  Input file(s); use `-` to read from standard input

Options:
  -w <WIDTH>     Width [default: 80]
  -e <EOL>       End of line string [default: \]
  -h, --help     Print help
  -V, --version  Print version
$ tw -V
tw 0.4.1
$ echo abc def ghi jkl mno pqr stu vwx yz |tw -w 13 -
abc def ghi\
jkl mno pqr\
stu vwx yz
Commit count: 9

cargo fmt