summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-04-21Update dependenciessharkdp
2020-04-21Add do-not-panic! regression testssharkdp
2020-04-21Pass '--mouse' to less versions >= 551sharkdp
When using `less` version 551 or newer, `bat` will now pass the `--mouse` argument, allowing for (better) mouse scrolling support in some terminals. closes #904
2020-04-21Update CHANGELOGsharkdp
2020-04-21Improve error messagesharkdp
2020-04-21Small refactoring, handle invalid UTF-8 filenamessharkdp
2020-04-21Extract common syntax functionality to helper fnsKyle Criddle
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
Closes #891
2020-04-21Add cat alias detection to info.sh (#911)Ethan P
2020-04-17Clarify the Ubuntu/Debian install instructionsMichael Diamond
A cursory reading of the existing text would lead a reader to think `bat`should be available on Debian, which isn't really true. Most users are not running Sid, so `bat` isn't yet available to them.
2020-04-13Add performance patch for Makefile syntaxsharkdp
Thanks to @keith-hall! closes #750
2020-04-12Add Stylus syntax (#917)David Peter
closes #915
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]
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 0.12.0 to 1.0.1. - [Release notes](https://github.com/assert-rs/assert_cmd/releases) - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v0.12.0...v1.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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
This adds syntax support for Rego, the declarative policy language used by the Open Policy Agent: https://github.com/open-policy-agent/opa Generated from: https://github.com/open-policy-agent/opa/blob/master/misc/syntax/textmate/Rego.tmLanguage Using: https://github.com/aziz/SublimeSyntaxConvertor Signed-off-by: Patrick East <east.patrick@gmail.com>
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
Implement --file-name<name> option
2020-03-26Document the --generate-config-file optionJosh Mickley