| Crates.io | monoterm |
| lib.rs | monoterm |
| version | 0.1.11 |
| created_at | 2021-10-27 06:19:05.110895+00 |
| updated_at | 2025-07-28 03:44:55.997886+00 |
| description | Convert terminal colors to monochrome |
| homepage | |
| repository | https://github.com/taylordotfish/monoterm |
| max_upload_size | |
| id | 472725 |
| size | 389,283 |
Monoterm converts all terminal colors to monochrome.

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.
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.