monoterm

Crates.iomonoterm
lib.rsmonoterm
version
sourcesrc
created_at2021-10-27 06:19:05.110895
updated_at2024-10-29 01:10:15.663992
descriptionConvert terminal colors to monochrome
homepage
repositoryhttps://github.com/taylordotfish/monoterm
max_upload_size
id472725
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`
size0
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 and additional options.

Commit count: 22

cargo fmt