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.
bat/src
Martin Nordholts 073b9968c0 pretty_printer.rs: Don't use a URL as an example Input title
Otherwise Rust 1.53.0 gets confused during `cargo doc` because it thinks
we want an actual URL:

    warning: this URL is not a hyperlink
    --> src/pretty_printer.rs:331:40
        |
    331 |     /// The title for the input (e.g. "http://example.com/example.txt")
        |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://example.com/example.txt>`
        |
        = note: `#[warn(rustdoc::bare_urls)]` on by default
        = note: bare URLs are not automatically turned into clickable links

It was perhaps also a bit confusing to give an URL as an example in the
first place, because according to our own API example
`examples/inputs.rs` it is meant to be more a free-text thing.
3 years ago
..
bin/bat Include LESS in --diagnostic 3 years ago
assets.rs Use `!theme.is_empty()` 3 years ago
assets_metadata.rs Fix some clippy lints 4 years ago
config.rs Use less binary specified in bat config for --diagnostic 3 years ago
controller.rs Change circle detection to use new more conservative method and run in main loop instead of before the loop 3 years ago
decorations.rs Reduce public API 4 years ago
diff.rs Improve readability 3 years ago
error.rs Throws an error when `bat` is being user as pager. 4 years ago
input.rs Spelling fixes 3 years ago
less.rs Fix less version parsing for minor versions of less 3 years ago
lib.rs Merge remote-tracking branch 'origin/master' into fix-1063 4 years ago
line_range.rs Fix some clippy lints 4 years ago
macros.rs Introduce bat_warning! helper macro 4 years ago
output.rs Make less version check accept a path to the less binary 3 years ago
pager.rs Refactor "Use `matches` macro" 3 years ago
paging.rs Move PagingMode to separate module 4 years ago
preprocessor.rs replace_nonprintable: Keep \n around 4 years ago
pretty_printer.rs pretty_printer.rs: Don't use a URL as an example Input title 3 years ago
printer.rs Use the functional update syntax 3 years ago
style.rs style: add component 'rule' for horizontal file delimiter 4 years ago
syntax_mapping.rs Fix broken resolv.conf highlighting 3 years ago
terminal.rs Add ansi theme to replace ansi-light and ansi-dark 4 years ago
wrapping.rs Addressed PR feedback. Upped min version and used matches! macro 3 years ago