summaryrefslogtreecommitdiffstats
path: root/src/app.rs
AgeCommit message (Expand)Author
2018-11-04Changed italics to use-italic-text in configNisheet Sinvhal
2018-11-04LintingNisheet Sinvhal
2018-11-04Changed flag nameNisheet Sinvhal
2018-11-04Added argsNisheet Sinvhal
2018-11-01Feature: Highlight non-printable characterssharkdp
2018-11-01Change default tab width to 4sharkdp
2018-10-31Allow offset values in `--terminal-width`sharkdp
2018-10-21RustfmtSindre Johansen
2018-10-21When specifying style multiple times the last occurence winsSindre Johansen
2018-10-21Update docstringDavid Peter
2018-10-21Add --pager optionPark Juhyung
2018-10-20Allow for multiple line rangessharkdp
2018-10-17Implement syntax mappingsharkdp
2018-10-16Revert "Fix for older version of Rust"sharkdp
2018-10-16Add BAT_OPTS environment variablesharkdp
2018-10-16Add error handlingsharkdp
2018-10-16Move transpose to util modulesharkdp
2018-10-16Fix for older version of Rustsharkdp
2018-10-16Add --no-config optionsharkdp
2018-10-16Add simple configuration filesharkdp
2018-10-07Move InputFile to separate modulesharkdp
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-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-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-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-05Can read files named "cache" now, cache subcommand working too (#275)Shreyansh Chouhan
2018-09-03Ignore enable_ansi_support errorssharkdp
2018-09-01Enable ANSI support on Windowssharkdp
2018-08-31Add hidden --terminal-width optionsharkdp
2018-08-28Add --plainv0.6.0sharkdp
2018-08-28Include theme_preview file in binarysharkdp
2018-08-28Fixes mut issuems2300
2018-08-27#212 : added -p as an alias for --style=plainms2300
2018-08-23Add simple loop-through modesharkdp
2018-08-23Refactoring, introduce Printer traitsharkdp
2018-08-22Document Config structsharkdp