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.
Install with Cargo:
cargo install monoterm
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 and additional options.
Monoterm is licensed under version 3 of the GNU General Public License, or (at your option) any later version. See LICENSE.
By contributing to Monoterm, you agree that your contribution may be used according to the terms of Monoterm’s license.