9 releases
new 0.1.8 | Oct 29, 2024 |
---|---|
0.1.7 | Sep 18, 2023 |
0.1.6 | Dec 26, 2022 |
0.1.4 | Sep 11, 2022 |
0.1.0 | Oct 27, 2021 |
#395 in Command line utilities
124 downloads per month
340KB
298 lines
Monoterm
Monoterm converts all terminal colors to monochrome.
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 and additional options.
Dependencies
~1.5MB
~37K SLoC