summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-04-21Fix build on 1.37sharkdp
2020-04-21Use to_string_lossysharkdp
2020-04-21Pass stdin as a generic BufRead, fix stdin testssharkdp
2020-04-21Remove commented-out codesharkdp
2020-04-21Make filename method privatesharkdp
2020-04-21Do not take optional as argumentsharkdp
2020-04-21Rename field name, new constructorssharkdp
2020-04-21Moved user_provided_filename to be contained within OrdinaryFile structKyle Criddle
2020-04-21Use --file-name to detect syntax highlightingKyle Criddle
2020-04-21Add cat alias detection to info.sh (#911)Ethan P
2020-04-17Clarify the Ubuntu/Debian install instructionsMichael Diamond
2020-04-13Add performance patch for Makefile syntaxsharkdp
2020-04-12Add Stylus syntax (#917)David Peter
2020-04-12Move Rego syntaxsharkdp
2020-04-12Add a way to directly search for a patternsharkdp
2020-04-12Add documentationsharkdp
2020-04-12Add script to find slow-to-highlight filessharkdp
2020-04-11Update CHANGELOGsharkdp
2020-04-11Add patch for C# syntaxsharkdp
2020-04-11cargo fmtsharkdp
2020-04-11Add regex-onig feature to 'cargo check' testssharkdp
2020-04-11Update to syntect 4.1, fancy-regex supportsharkdp
2020-04-09Add -i option for bash/zsh to output wrapper functionsharkdp
2020-04-09Reformat info.shEthan P
2020-04-09Fix wrapper detection failing on non-English LANG in info.shEthan P
2020-04-09Fix missing shell '-i' option when checking for wrapper in info.shEthan P
2020-04-09Add zsh wrapper detection to info.shEthan P
2020-04-09Add custom theme/syntax detection to info.shEthan P
2020-04-08Update dependencies, closes #476sharkdp
2020-04-01Bump assert_cmd from 0.12.0 to 1.0.1dependabot-preview[bot]
2020-03-31Update CHANGELOGsharkdp
2020-03-31Updates for review of PR 899David Tolnay
2020-03-31Move paging support behind a featureDavid Tolnay
2020-03-31Move git changes support behind a featureDavid Tolnay
2020-03-31Strip dependencies of bat-as-a-libraryDavid Tolnay
2020-03-30Allow using bat-as-a-library with older syntectDavid Tolnay
2020-03-27Update CHANGELOGsharkdp
2020-03-27Add OPA Rego syntaxPatrick East
2020-03-26Fix for Rust 1.37sharkdp
2020-03-26CHANGELOG: Add entries for upcoming releasesharkdp
2020-03-26Add CHANGELOG to the repositoryDavid Peter
2020-03-26Merge pull request #871 from neuronull/fix_654_stdin_filenameDavid Peter
2020-03-26Document the --generate-config-file optionJosh Mickley
2020-03-26Graceful handling of error conditionsJosh Mickley
2020-03-26Add option to generate a default config file, fixes #870Josh Mickley
2020-03-25Minor --file-name code hygeineKyle Criddle
2020-03-25README: fix manpage syntax linkMarco Ieni
2020-03-24Merge branch 'fix_654_stdin_filename' of github.com:neuronull/bat into fix_65...Kyle Criddle
2020-03-24Merge branch 'master' into fix_654_stdin_filenameKyle Criddle
2020-03-24Implemented --file-name for multiple files + testsKyle Criddle