tuilet

Crates.iotuilet
lib.rstuilet
version0.3.1
sourcesrc
created_at2024-09-20 13:24:19.317032
updated_at2024-09-26 21:32:13.309071
descriptionA textual user interface for Toilet, the ANSI-art text generator
homepagehttps://github.com/gamache/tuilet
repositoryhttps://github.com/gamache/tuilet
max_upload_size
id1381245
size290,763
pete gamache (gamache)

documentation

README

tuilet

Crates.io Version

A TUI for toilet, the premier command-line ANSI text generator.

Tuilet makes it easy to experiment with fonts and command line options.

Requires a Unix-like OS where toilet is installed.

A screenshot of Tuilet

Usage

Tab selects the active textarea. Select fonts with the Up and Down arrows. Output and command line can be copied by pressing Enter.

Exit with Ctrl-C. At program exit, tuilet prints the most recent toilet command line to the terminal.

Usage: tuilet [OPTIONS]

Options:
  -D, --fontdir <PATH>  Add fonts from the given directory
  -X, --toilet <PATH>   Set path to `toilet` executable
  -h, --help            Print help
  -V, --version         Print version

TODO

  • Better font selector
  • Internal font pack
  • Config file
  • ???

Bugs

Oh yeah definitely

Contributing

PRs and Issues welcome.

Let a smile be your Contributor License Agreement

Authorship and License

This code was written in 2024 by Pete Gamache.

Tuilet is released under the BSD License.

Commit count: 8

cargo fmt