little_boxes

Crates.iolittle_boxes
lib.rslittle_boxes
version1.8.0
sourcesrc
created_at2017-05-08 21:58:05.340027
updated_at2023-08-08 22:59:42.140216
descriptionAdds boxes around stdin. Optionally adds a title
homepagehttps://github.com/giodamelio/little_boxes
repositoryhttps://github.com/giodamelio/little_boxes
max_upload_size
id13769
size134,054
Gio d'Amelio (giodamelio)

documentation

https://github.com/giodamelio/little_boxes

README

Little Boxes

Rust Nix Crates.io Version License

Adds boxes around stdin. Optionally adds a title.

preview

Installation

# From crates.io
$ cargo install little_boxes

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

Usage

$ 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

Commit count: 129

cargo fmt