3 个不稳定版本

0.2.0 2024年7月31日
0.1.1 2024年4月21日
0.1.0 2022年6月4日

#959命令行工具

Download history 48/week @ 2024-04-15 122/week @ 2024-04-22 6/week @ 2024-04-29 117/week @ 2024-07-29

每月下载量 117

MIT 协议

8KB
65

$ 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.2.0
$ echo abc def ghi jkl mno pqr stu vwx yz |tw -w 13 -
abc def ghi\
jkl mno pqr\
stu vwx yz

依赖

~3–12MB
~138K SLoC