monoterm

Crates.iomonoterm
lib.rsmonoterm
version0.1.11
created_at2021-10-27 06:19:05.110895+00
updated_at2025-07-28 03:44:55.997886+00
descriptionConvert terminal colors to monochrome
homepage
repositoryhttps://github.com/taylordotfish/monoterm
max_upload_size
id472725
size389,283
taylor.fish (taylordotfish)

documentation

README

Monoterm

Monoterm converts all terminal colors to monochrome.

A screenshot of a terminal with a line separating the image into two parts.
The left side includes many colors, while the right side is entirely black and
white.

Why?

I initially developed Monoterm to use with my e-ink display. Since it converts everything to grayscale, terminal colors simply make text harder to read. There may be accessibility uses for Monoterm as well.

Usage

The basic usage is monoterm <command> [args...]. Generally you would use this to invoke your shell; e.g., monoterm bash.

With the --bold option, text that was originally colored will be rendered as bold. See monoterm --help for more information.

Commit count: 26

cargo fmt