summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-10-07Simplify access to first linesharkdp
2018-10-07Add first-line detection for all input typessharkdp
2018-10-07Add possibility to get first linesharkdp
2018-10-07Add unit test for InputFileReadersharkdp
2018-10-07Move read_line functionality to inputfile modulesharkdp
2018-10-07Use dyn Trait for trait objectssharkdp
2018-10-07Move get_reader into inputfile modulesharkdp
2018-10-07Move InputFile to separate modulesharkdp
2018-10-07Simplify -h help textsharkdp
2018-10-07Remove unnecessary scopesharkdp
2018-10-03Add support for wildcards in Windows CMD (#329)Richard Hozák
2018-10-03Generate shell completions with clap during build (#327)davideGiovannini
2018-09-26run cargo fmtsharkdp
2018-09-26Typosharkdp
2018-09-23Use ansi_colours package for better true-colour approximationMichal Nazarewicz
2018-09-18Disable wrapping when `--style` is plainsharkdp
2018-09-12Do not show file header for directoriessharkdp
2018-09-12Merge remote-tracking branch 'upstream/master' into bat_stylesharkdp
2018-09-12Use a more streamlined version of style-component collectionsharkdp
2018-09-12Added validation for --tabs.eth-p
2018-09-11Merge remote-tracking branch 'upstream/master' into feature-tabseth-p
2018-09-11Ran `cargo fmt`.eth-p
2018-09-11Fixed tab expansion not working in --wrap=never mode.eth-p
2018-09-11Moved tab expansion to happen after syntax highlighting.eth-p
2018-09-11Query git diff only when neededshik Chen
2018-09-10BAT_STYLE accounts for multiple styles (ie numbers,header)ms2300
2018-09-10Disabled tab expansion when decorations and pager are not used.eth-p
2018-09-10Added tab expansion preprocessing step.eth-p
2018-09-10print additional newline if last line in input file was not terminated with a...Rogach
2018-09-10Run formatting for bat_style changesms2300
2018-09-09Updated long help to reflect BAT_STYLE changesms2300
2018-09-09Added BAT_STYLE env variable functionalityms2300
2018-09-08Run 'cargo fmt'sharkdp
2018-09-08Formatted for newest rustfmt.eth-p
2018-09-08Typoeth-p
2018-09-08Automatically disable wrapping when style is plain.eth-p
2018-09-08Wrapping disabled when --plain is used. (#289)eth-p
2018-09-07src/output.rs: Handle `less` in a portable way.Aankhen
2018-09-05Can read files named "cache" now, cache subcommand working too (#275)Shreyansh Chouhan
2018-09-05Support "(/usr)/bin/less" as PAGER toosharkdp
2018-09-03Ignore enable_ansi_support errorssharkdp
2018-09-01Enable ANSI support on Windowssharkdp
2018-08-31Fix for Rust 1.26sharkdp
2018-08-31Fix relative-path computation for Windowssharkdp
2018-08-31Add hidden --terminal-width optionsharkdp
2018-08-31Respect color settings for list-themes and list-languagessharkdp
2018-08-31Use stdout lockssharkdp
2018-08-31Fix panic when running `bat --list-languages | head`mchlrhw
2018-08-28Add --plainv0.6.0sharkdp
2018-08-28Move theme_preview file to constantsharkdp