#boxes #command-line #title #stdin #little #box #ascii

app little_boxes

围绕stdin添加框。可选添加标题。

5个稳定版本

1.8.0 2023年8月8日
1.6.0 2017年9月7日
1.5.0 2017年9月7日
1.4.0 2017年9月7日
1.2.0 2017年5月8日

#841 in 文本处理

MIT 许可证

79KB
363

小框

Rust Nix Crates.io Version License

围绕stdin添加框。可选添加标题。

preview

安装

# From crates.io
$ cargo install little_boxes

# Try it out with Nix flakes
$ echo "Hello World" | nix run github:giodamelio/little_boxes

使用

$ little_boxes --help
Adds boxes around stdin. Optionally adds a title

Usage: little_boxes [OPTIONS]

Options:
  -t, --title <TITLE>      Add a title to the box
  -c, --charset <CHARSET>  The charset to draw the box with [default: thick] [possible values: thick, thin, double, box, rounded, dot]
  -f, --file <FILE>        Read input from a file instead of stdin
      --all                Compare all charsets
  -h, --help               Print help
  -V, --version            Print version

依赖

~4–13MB
~147K SLoC