Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/bat: enable on arches supported by rust >= 1.37.0-r0 | Rasmus Thomsen | 2019-08-30 | 1 | -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) | Leo | 2019-08-08 | 1 | -1/+2 |
| | | | | fixes #10713 | ||||
* | testing/bat: new aport | Chloe Kudryavtsev | 2019-06-08 | 1 | -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 |