aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bat
Commit message (Collapse)AuthorAgeFilesLines
* testing/bat: upgrade to 0.12.1Chloe Kudryavtsev2019-09-231-3/+4
| | | | | | Also: - add options="net" to enable rootbld builds - clang-dev and llvm-dev are used by onig_sys crate build-time
* testing/bat: enable on arches supported by rust >= 1.37.0-r0Rasmus Thomsen2019-08-301-2/+9
| | | | | * Remove uneccesary `export RUSTFLAGS="-C target-feature=-crt-static"`, which is disabled by default anyway
* testing/bat: add missing dependency on less (GNU less)Leo2019-08-081-1/+2
| | | | fixes #10713
* testing/bat: new aportChloe Kudryavtsev2019-06-081-0/+33
bat is a cat(1) clone that acts like standard cat when the output is not a tty. If the output *is* a tty, it provides syntax highlighting and integrated paging on top of the typical cat(1) features. Closes GH-8678