summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-07-13Run cargo fmtDavid Peter
2021-07-12Use resolved path for --diagnostic as wellDavid Peter
2021-07-12Fix for Windows: do not run binaries from CWDDavid Peter
2021-07-09Abort ignored filename suffix stripping early on unworkable filenamesDavid Peter
2021-07-09Simplify ignored filename suffix strippingDavid Peter
2021-07-09Find syntax ignoring known backup/template filename suffixesVille Skyttä
2021-06-28pretty_printer.rs: Don't use a URL as an example Input titleMartin Nordholts
2021-06-13Spelling fixesVille Skyttä
2021-05-27Refactor "Use `matches` macro"Mohamed Abdelnour
2021-05-27Use the functional update syntaxMohamed Abdelnour
2021-05-27Implement `From<..>` instead of `Into<..>`Mohamed Abdelnour
2021-05-27Use the functional update syntaxMohamed Abdelnour
2021-05-27Use `matches` macroMohamed Abdelnour
2021-05-27Use `!theme.is_empty()`Mohamed Abdelnour
2021-05-12Fix less version parsing for minor versions of lessAllen Wild
2021-03-17Include LESS in --diagnosticMartin Nordholts
2021-03-15Add SystemVerilog supportSean McLoughlin
2021-03-07'mut self' => 'self', remove pubDavid Peter
2021-03-07Improve readabilityAleksey Kladov
2021-02-28Change circle detection to use new more conservative method and run in main l...Niklas Mohrin
2021-02-28Do not ignore non-existent BAT_CONFIG_PATHDavid Peter
2021-02-16Fix broken resolv.conf highlightingDavid Peter
2021-02-16Highlight *.pac files as JavaScriptDavid Peter
2021-02-16Fix clippy suggestionDavid Peter
2021-02-16Use less binary specified in bat config for --diagnosticEthan P
2021-02-16Make less version check accept a path to the less binaryEthan P
2021-02-16Update dependencies; replace unmaintained (#1522)Caden Haustein
2021-01-11get_pager(): Simplify use_less_instead expressionMartin Nordholts
2021-01-11Fix #1413 Can't use `bat` at all! (Error: Use of bat as a pager is disallowed...Martin Nordholts
2021-01-11Remove deprecated PrettyPrinter methodssharkdp
2021-01-10Improve --map-syntax documentation, see #1386sharkdp
2021-01-10PagerKind::from(): SimplifyMartin Nordholts
2021-01-10pager.rs: Some comment fixupsMartin Nordholts
2021-01-10PagerSource: [Bat]PagerEnvVar -> EnvVar[Bat]PagerMartin Nordholts
2021-01-10pager.rs: Limit visibilities to pub(crate)Martin Nordholts
2021-01-10Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts
2021-01-09--diagnostic: add MANPAGER environment variablesharkdp
2021-01-09Fix clippy suggestion: .or_else(|| Some(…)) => .or(Some(…))sharkdp
2021-01-09Use new matches!(…) macro to simplify codesharkdp
2021-01-09Add a Default implementation for PrettyPrintersharkdp
2021-01-09Addressed PR feedback. Upped min version and used matches! macromark chaitin
2021-01-09fix bug where long lines were truncated in plain mode without wrap=never not ...mark chaitin
2021-01-08Fix theme dir hint in --list-themes outputCsaba Henk
2021-01-07Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts
2021-01-06Add --diagnostics aliassharkdp
2021-01-06Update to bugreport 0.3.0sharkdp
2021-01-06Exhaustive list of relevant environment variablessharkdp
2021-01-06Add config file, compile time info and less versionsharkdp
2021-01-06Add --diagnostic option to batsharkdp
2021-01-06Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts