summaryrefslogtreecommitdiff
path: root/pkgs/tools/misc/bat (follow)
Commit message (Expand)AuthorAgeFilesLines
* bat: 0.18.0 -> 0.18.1R. RyanTM2021-05-141-3/+3
* bat: 0.17.1 -> 0.18.0•••https://github.com/sharkdp/bat/releases/tag/v0.18.0 Mario Rodas2021-03-011-3/+6
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-151-2/+2
* treewide: with stdenv.lib; in meta -> with lib;•••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 Profpatsch2021-01-111-2/+2
* bat: Add testTim Steinbach2020-11-281-0/+3
* bat: 0.17.0 -> 0.17.106kellyjac2020-11-241-3/+3
* bat: 0.16.0 -> 0.17.006kellyjac2020-11-241-3/+3
* bat: drop darwin workaroundzowoq2020-10-221-5/+0
* bat: fix darwin buildzowoq2020-10-041-0/+5
* bat: 0.15.4 -> 0.16.0•••https://github.com/sharkdp/bat/releases/tag/v0.16.0 zowoq2020-10-031-13/+20
* buildRustPackage: remove platform.all from packageszowoq2020-08-161-1/+0
* bat: add maintainerzowoq2020-06-081-1/+1
* bat: remove unnecessary fetchSubmodules•••submodules have already been converted to binary assets and checked into the repo zowoq2020-06-071-2/+1
* bat: 0.15.3 -> 0.15.4Lily Ballard2020-05-271-3/+3
* bat: 0.15.1 -> 0.15.3Lily Ballard2020-05-262-25/+5
* bat: 0.15.0 -> 0.15.1Lily Ballard2020-05-112-3/+21
* bat: 0.14.0 -> 0.15.0•••Changelog: https://github.com/sharkdp/bat/releases/tag/v0.15.0 Mario Rodas2020-04-251-3/+3
* bat: 0.13.0 -> 0.14.0•••Changelog: https://github.com/sharkdp/bat/releases/tag/v0.14.0 Mario Rodas2020-04-221-3/+3
* bat: 0.12.1 -> 0.13.0•••Changelog: https://github.com/sharkdp/bat/releases/tag/v0.13.0 Mario Rodas2020-03-221-6/+6
* bat: upgrade cargo fetcher and cargoSha256•••Infra upgrade as part of #79975; no functional change expected. Benjamin Hipple2020-02-151-4/+1
* treewide: change fetchCargoTarball default to opt-out•••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. Benjamin Hipple2020-02-131-0/+3
* bat: insert less into PATH•••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. Lily Ballard2019-12-221-3/+10
* bat: update dependencies•••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. Lily Ballard2019-10-071-5/+5
* bat: 0.12.0 -> 0.12.1xrelkd2019-09-031-3/+3
* bat: 0.11.0 -> 0.12.0Vladyslav M2019-09-011-5/+7
* bat: 0.10.0 -> 0.11.0•••Also add myself as a maintainer, and set platforms to `all`. Lily Ballard2019-05-151-7/+8
* bat: 0.9.0 -> 0.10.0dywedir2019-02-081-3/+3
* bat: don't install shell completions•••Currently having the shell completions makes it impossible to complete filenames. Upstream Issue: https://github.com/sharkdp/bat/issues/372 worldofpeace2019-01-251-7/+0
* bat: 0.8.0 -> 0.9.0Vladyslav Mykhailichenko2018-11-111-6/+3
* bat: fix build on darwinVladyslav Mykhailichenko2018-11-031-0/+3
* bat: 0.7.1 -> 0.8.0Vladyslav Mykhailichenko2018-10-181-3/+10
* bat: 0.7.0 -> 0.7.1 (#47216)Vladyslav M2018-09-231-3/+3
* bat: install man page (#47099)Mario Rodas2018-09-211-0/+4
* bat: 0.6.1 -> 0.7.0Vladyslav Mykhailichenko2018-09-131-7/+7
* bat: 0.6.0 -> 0.6.1Vladyslav Mykhailichenko2018-09-011-2/+2
* bat: 0.5.0 -> 0.6.0Vladyslav Mykhailichenko2018-08-291-3/+3
* bat: 0.4.1 -> 0.5.0 (#45425)Vladyslav M2018-08-211-3/+4
* bat: support darwinMathias Schreck2018-06-061-2/+6
* bat: 0.3.0 -> 0.4.1 (#41348)Vladyslav M2018-06-011-5/+5
* bat: 0.2.0 -> 0.3.0Vladyslav Mykhailichenko2018-05-091-6/+6
* bat: init at 0.2.0Matthias Beyer2018-05-011-0/+25