You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Robin Krahl fdabe11c4a Select default viewer based on TTY
Previosuly, the plain text viewer was the default option.  But for
interactive use, rich text output would be a more sensible default.
With this patch, we check whether we are called from a TTY to choose the
default viewer:  rich for interactive use, text for non-interactive use.
4 years ago
LICENSES Initial project scaffolding 4 years ago
src Select default viewer based on TTY 4 years ago
.gitignore Initial project scaffolding 4 years ago
Cargo.lock Add rich viewer 4 years ago
Cargo.toml Add rich viewer 4 years ago
README.md Add --viewer option and plain text viewer 4 years ago

README.md

rusty-man

A command-line interface for documentation generated by rustdoc.

Minimum Supported Rust Version

This crate supports Rust 1.40 or later.

Contact

For bug reports, patches, feature requests or other messages, please send a mail to rusty-man-dev@ireas.org.

License

This project is licensed under the MIT License.

rusty-man complies with version 3.0 of the REUSE specification.