summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2018-10-17Add --config-file optionsharkdp
2018-10-17Implement syntax mappingsharkdp
2018-10-16Add error handlingsharkdp
2018-10-16Move transpose to util modulesharkdp
2018-10-16Add more testssharkdp
2018-10-16Add simple configuration filesharkdp
2018-10-07Add support for UTF-16LE and UTF-16BEsharkdp
2018-10-07Do not display binary files in interactive modesharkdp
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-10Added tab expansion preprocessing step.eth-p
2018-09-05Can read files named "cache" now, cache subcommand working too (#275)Shreyansh Chouhan
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-28Include theme_preview file in binarysharkdp
2018-08-28Run cargo fmtsharkdp
2018-08-28Small style changes to --list-themessharkdp
2018-08-28Fix build for Rust 1.26sharkdp
2018-08-28Mutation done correctlyms2300
2018-08-28Added bold to theme titlesms2300
2018-08-28Changed preview codems2300
2018-08-28Changed to plain stylems2300
2018-08-28Fixes mut issuems2300
2018-08-28Modifying changing config for efficiencyms2300
2018-08-28#213 : output hello world for each theme when --list-theme is flaggedms2300
2018-08-23Split into Controller and Printersharkdp
2018-08-23Refactoring, introduce Printer traitsharkdp
2018-08-22Major refactoring and cleanupsharkdp
2018-08-20Add new '--blank' option for 'bat cache --init'sharkdp
2018-06-12update line-rangesTaylor Skinner
2018-05-25Handle syntax-set loading errorssharkdp
2018-05-21Move asset clearing to assets moduleEzinwa Okpoechi
2018-05-21Extract features to separate moduleEzinwa Okpoechi
2018-05-21Move output to separate moduleEzinwa Okpoechi
2018-05-19Permissive error handling, closes #17sharkdp
2018-05-19Skip '--quit-if-one-screen' for --paging=alwayssharkdp
2018-05-18Extract syntax finding to assets moduleEzinwa Okpoechi
2018-05-18Handle line with invalid UTF-8Ezinwa Okpoechi
2018-05-16Include syntaxes and themes in repositorysharkdp
2018-05-16Merge pull request #102 from eth-p/masterDavid Peter
2018-05-16Formatted with newer cargo fmt.eth-p
2018-05-14address commentrleungx
2018-05-14sort the language listingrleungx
2018-05-13Split decorations into a separate file and optimized them a bit.eth-p
2018-05-13Ignore errors when clearing cache, closes #91sharkdp
2018-05-11add theme option (#95)Ryan Leung
2018-05-11Split style to separate moduleEzinwa Okpoechi
2018-05-11Split app to separate moduleEzinwa Okpoechi