about summary refs log tree commit diff
path: root/pkgs/tools/misc/bat
AgeCommit message (Collapse)AuthorFilesLines
2022-12-27bat: add completion patchzowoq1-0/+11
2022-09-10bat: 0.22.0 -> 0.22.1Sandro Jäckel1-3/+3
2022-09-07bat: 0.21.0 -> 0.22.0Sandro Jäckel1-3/+3
2022-05-12bat: 0.20.0 -> 0.21.0zowoq1-3/+3
https://github.com/sharkdp/bat/releases/tag/v0.21.0
2022-02-27bat: 0.19.0 -> 0.20.0zowoq1-3/+3
https://github.com/sharkdp/bat/releases/tag/v0.20.0
2022-01-08bat: 0.18.3 -> 0.19.0Sandro Jäckel1-3/+3
2021-10-30bat: move nixos test to installCheckPhaseMrinal Purohit1-2/+12
2021-08-22bat: 0.18.2 -> 0.18.3Sandro Jäckel1-3/+3
2021-08-12bat: add SuperSandro2000 as maintainerSandro Jäckel1-1/+1
2021-07-13bat: 0.18.1 -> 0.18.206kellyjac1-6/+6
2021-05-14bat: 0.18.0 -> 0.18.1R. RyanTM1-3/+3
2021-03-01bat: 0.17.1 -> 0.18.0Mario Rodas1-3/+6
https://github.com/sharkdp/bat/releases/tag/v0.18.0
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-28bat: Add testTim Steinbach1-0/+3
2020-11-24bat: 0.17.0 -> 0.17.106kellyjac1-3/+3
2020-11-24bat: 0.16.0 -> 0.17.006kellyjac1-3/+3
2020-10-22bat: drop darwin workaroundzowoq1-5/+0
2020-10-04bat: fix darwin buildzowoq1-0/+5
2020-10-03bat: 0.15.4 -> 0.16.0zowoq1-13/+20
https://github.com/sharkdp/bat/releases/tag/v0.16.0
2020-08-16buildRustPackage: remove platform.all from packageszowoq1-1/+0
2020-06-08bat: add maintainerzowoq1-1/+1
2020-06-07bat: remove unnecessary fetchSubmoduleszowoq1-2/+1
submodules have already been converted to binary assets and checked into the repo
2020-05-27bat: 0.15.3 -> 0.15.4Lily Ballard1-3/+3
2020-05-26bat: 0.15.1 -> 0.15.3Lily Ballard2-25/+5
2020-05-11bat: 0.15.0 -> 0.15.1Lily Ballard2-3/+21
2020-04-25bat: 0.14.0 -> 0.15.0Mario Rodas1-3/+3
Changelog: https://github.com/sharkdp/bat/releases/tag/v0.15.0
2020-04-22bat: 0.13.0 -> 0.14.0Mario Rodas1-3/+3
Changelog: https://github.com/sharkdp/bat/releases/tag/v0.14.0
2020-03-22bat: 0.12.1 -> 0.13.0Mario Rodas1-6/+6
Changelog: https://github.com/sharkdp/bat/releases/tag/v0.13.0
2020-02-15bat: upgrade cargo fetcher and cargoSha256Benjamin Hipple1-4/+1
Infra upgrade as part of #79975; no functional change expected.
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple1-0/+3
Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
2019-12-22bat: insert less into PATHLily Ballard1-3/+10
The default pager for `bat` is `less -RF --no-init`. Overriding this to `less -RF` in order to enable alternate screen behavior (e.g. page up/down keys) causes the `-F` flag to behave badly in the version of `less` shipped on macOS. The simplest way to fix this is to simply put Nix's `less` into the `PATH` so it takes precedence.
2019-10-07bat: update dependenciesLily Ballard1-5/+5
Remove zlib, this is no longer a dependency as of at least 0.12.0. While we're at it, switch to using installShellFiles to install the manpage/completion.
2019-09-03bat: 0.12.0 -> 0.12.1xrelkd1-3/+3
2019-09-01bat: 0.11.0 -> 0.12.0Vladyslav M1-5/+7
2019-05-15bat: 0.10.0 -> 0.11.0Lily Ballard1-7/+8
Also add myself as a maintainer, and set platforms to `all`.
2019-02-08bat: 0.9.0 -> 0.10.0dywedir1-3/+3
2019-01-25bat: don't install shell completionsworldofpeace1-7/+0
Currently having the shell completions makes it impossible to complete filenames. Upstream Issue: https://github.com/sharkdp/bat/issues/372
2018-11-11bat: 0.8.0 -> 0.9.0Vladyslav Mykhailichenko1-6/+3
2018-11-03bat: fix build on darwinVladyslav Mykhailichenko1-0/+3
2018-10-18bat: 0.7.1 -> 0.8.0Vladyslav Mykhailichenko1-3/+10
2018-09-23bat: 0.7.0 -> 0.7.1 (#47216)Vladyslav M1-3/+3
2018-09-21bat: install man page (#47099)Mario Rodas1-0/+4
2018-09-13bat: 0.6.1 -> 0.7.0Vladyslav Mykhailichenko1-7/+7
2018-09-01bat: 0.6.0 -> 0.6.1Vladyslav Mykhailichenko1-2/+2
2018-08-29bat: 0.5.0 -> 0.6.0Vladyslav Mykhailichenko1-3/+3
2018-08-21bat: 0.4.1 -> 0.5.0 (#45425)Vladyslav M1-3/+4
2018-06-06bat: support darwinMathias Schreck1-2/+6
2018-06-01bat: 0.3.0 -> 0.4.1 (#41348)Vladyslav M1-5/+5
2018-05-09bat: 0.2.0 -> 0.3.0Vladyslav Mykhailichenko1-6/+6