summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-05-11Bump version to v0.15.1v0.15.1sharkdp
2020-05-11Update syntaxes and themessharkdp
2020-05-11Patch Markdown syntaxsharkdp
closes #963 see #977
2020-05-11Update CHANGELOGsharkdp
2020-05-11Fix base16, and combine 00 and 0f alpha encodingsMitchell Kember
This changes the base16 theme back from #RRGGBB0f to #RRGGBB00, reverting part of #934. That PR used the 0f encoding to produce ANSI escape sequences 30-37 and 40-47 rather than 38;5 and 48;5 which require 256-color support. Unfortunately, it resulted in base16 using the wrong colors becuase ansi_term does not support the bright variants (90-97 and 100-107) so it simply mapped them to the non-bright colors. This PR makes combines the 00 and 0f alpha encodings into 00, and makes them use the Color enum for the first 8 colors and Fixed otherwise. This means the ansi-light and ansi-dark themes will work on terminals without 256-color support, and base16 will render bright colors correctly.
2020-05-02Do not warn if both 'bat' and 'batcat' are available in info.shEthan P
2020-05-02Prevent batcat warning from being in output of info.shEthan P
2020-05-02Check for 'batcat' in info.shEthan P
2020-05-01Properly add QML submodulesharkdp
2020-05-01Bump git2 from 0.13.3 to 0.13.5dependabot-preview[bot]
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.3 to 0.13.5. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.3...0.13.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-30Add QML syntaxpylipp
QML.sublime-syntax file generated from Support/QML.tmLanguage using Sublime's built-in converter. Fix sharkdp/bat#962
2020-04-29Adds Email (https://github.com/mariozaizar/email.sublime-syntax)Mario Zaizar
2020-04-28Use console 0.11.2, see #955sharkdp
2020-04-28Revert "Use console 0.11.1, see #955"sharkdp
This reverts commit d64c55ef114e80a3feb423a98590c3c569242410. The build on Windows failed due to two broken tests: line_numbers tabs_numbers
2020-04-28Use console 0.11.1, see #955sharkdp
2020-04-27Add '--locked' flag to all 'cargo install' commandssharkdp
2020-04-27Pin version of console to 0.10.0sharkdp
2020-04-27Update CHANGELOGsharkdp
2020-04-27Add Fortran syntax, closes #957sharkdp
2020-04-25Update CHANGELOGsharkdp
2020-04-25Update CHANGELOGv0.15.0sharkdp
2020-04-25Bump version to v0.15.0sharkdp
2020-04-25Update cached verison of themessharkdp
2020-04-25Update solarized themes to braver/Solarized, closes #941sharkdp
2020-04-25Remove old Sublime themessharkdp
2020-04-25Write error messages to pager, if attachedsharkdp
closes #946
2020-04-24lto=true and codegen-units=1 togetherLzu Tao
2020-04-24appveyor: Use rustup minimal profileLzu Tao
2020-04-24simplify build.rsLzu Tao
2020-04-24Add annotations againsharkdp
2020-04-24Add '-d' for '--diff'sharkdp
2020-04-24Skip non-file inputs when using --diffsharkdp
2020-04-24Run 'cargo fmt'sharkdp
2020-04-24Use unreachable!(…)sharkdp
2020-04-24Fix some clippy lintsLzu Tao
Some might actually improve perf
2020-04-24simplify build.rsLzu Tao
2020-04-24Bump min. required Rust version to 1.40sharkdp
2020-04-24Implementation of 'bat --diff'sharkdp
This adds a new `--diff` option that can be used to only show lines close to Git changes (added/removed/modified lines). The amount of additional context can be controlled with `--diff-context=N`. closes #23
2020-04-23cargo fmtsharkdp
2020-04-23Update version in READMEsharkdp
2020-04-22Update dependenciesv0.14.0sharkdp
2020-04-22Add a syntax mapping for bats own config filesharkdp
2020-04-22Update CHANGELOGsharkdp
2020-04-22Fix import in appsharkdp
2020-04-22Update documentationsharkdp
2020-04-22Make module privatesharkdp
2020-04-22Move PagingMode to separate modulesharkdp
2020-04-22Simpler highlight methodsharkdp
2020-04-22Add *_with_name methodssharkdp
2020-04-22Add syntaxes and themes methodsharkdp