Crates.io | monoterm |
lib.rs | monoterm |
version | |
source | src |
created_at | 2021-10-27 06:19:05.110895 |
updated_at | 2024-10-29 01:10:15.663992 |
description | Convert terminal colors to monochrome |
homepage | |
repository | https://github.com/taylordotfish/monoterm |
max_upload_size | |
id | 472725 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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 and additional options.