about summary refs log tree commit diff
path: root/pkgs/tools/misc/fzf
AgeCommit message (Collapse)AuthorFilesLines
2022-12-30fzf: minor code tweaks (#208323)Austin Seipp1-3/+2
Suggested by zowoq in #207078. Signed-off-by: Austin Seipp <aseipp@pobox.com>
2022-12-22fzf: wrap 'perl' in scripts with LOCALE_ARCHIVEAustin Seipp1-2/+17
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2022-12-03fzf: cleanuplaalsaas1-15/+19
- use installShellFiles - mkdir;cp -> install - unify shell completion installation
2022-11-18fzf: 0.35.0 -> 0.35.1zowoq1-2/+2
https://github.com/junegunn/fzf/releases/tag/0.35.1
2022-11-12fzf: 0.34.0 -> 0.35.0ilkecan1-2/+2
2022-09-29fzf: 0.33.0 -> 0.34.0kilianar1-3/+3
https://github.com/junegunn/fzf/releases/tag/0.34.0
2022-08-29fzf: 0.32.1 -> 0.33.0zowoq1-3/+3
2022-08-09fzf: 0.32.0 -> 0.32.1kilianar1-2/+2
https://github.com/junegunn/fzf/releases/tag/0.32.1
2022-08-02fzf: 0.31.0 -> 0.32.0zowoq1-2/+2
https://github.com/junegunn/fzf/releases/tag/0.32.0
2022-07-23fzf: 0.30.0 -> 0.31.0kilianar1-5/+3
https://github.com/junegunn/fzf/releases/tag/0.31.0
2022-04-05fzf: 0.29.0 -> 0.30.0zowoq1-2/+2
https://github.com/junegunn/fzf/releases/tag/0.30.0
2021-12-25fzf: 0.28.0 -> 0.29.0zowoq1-2/+2
https://github.com/junegunn/fzf/releases/tag/0.29.0
2021-11-06fzf: 0.27.3 -> 0.28.0Maximilian Bosch1-2/+2
ChangeLog: https://github.com/junegunn/fzf/releases/tag/0.28.0
2021-10-16fzf: 0.27.2 -> 0.27.3zowoq1-3/+3
https://github.com/junegunn/fzf/releases/tag/0.27.3
2021-08-06fzf: buildFlagsArray -> ldflagszowoq1-2/+2
2021-06-02fzf: 0.27.1 -> 0.27.2R. RyanTM1-2/+2
2021-05-22fzf: 0.27.0 -> 0.27.1zowoq1-2/+2
https://github.com/junegunn/fzf/releases/tag/0.27.1
2021-04-07fzf: 0.26.0 -> 0.27.0zowoq1-3/+3
https://github.com/junegunn/fzf/releases/tag/0.27.0
2021-04-01fzf: add changelogDaniel Nagy1-0/+1
2021-03-14fzf: 0.25.1 -> 0.26.0Kid1-2/+2
https://github.com/junegunn/fzf/releases/tag/0.26.0
2021-02-14fzf: 0.25.0 -> 0.25.1zowoq1-11/+3
https://github.com/junegunn/fzf/releases/tag/0.25.1
2021-01-06fzf: 0.24.4 -> 0.25.0zowoq1-4/+12
https://github.com/junegunn/fzf/releases/tag/0.25.0
2020-12-06fzf: 0.24.3 -> 0.24.4zowoq1-2/+2
https://github.com/junegunn/fzf/releases/tag/0.24.4
2020-11-17maintainers: rename filalex77 -> Br1ght0neOleksii Filonenko1-1/+1
2020-11-09fzf: 0.24.2 -> 0.24.3zowoq1-2/+2
https://github.com/junegunn/fzf/releases/tag/0.24.3
2020-11-04fzf: 0.24.1 -> 0.24.2zowoq1-2/+2
https://github.com/junegunn/fzf/releases/tag/0.24.2
2020-10-29fzf: 0.24.0 -> 0.24.1zowoq1-3/+5
https://github.com/junegunn/fzf/releases/tag/0.24.1
2020-10-28fzf: 0.23.1 -> 0.24.0zowoq1-3/+5
https://github.com/junegunn/fzf/releases/tag/0.24.0
2020-10-11fzf: 0.23.0 -> 0.23.1zowoq1-2/+2
https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0231
2020-10-07fzf: 0.22.0 -> 0.23.0zowoq1-3/+3
https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0230
2020-08-21fzf: Make sure that perl path is validSilvan Mosberger1-1/+8
2020-08-10buildGoModule packages: remove doCheck = truezowoq1-2/+0
2020-08-02fzf: 0.21.1 -> 0.22.0zowoq1-2/+2
https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0220
2020-06-08fzf: add maintainerzowoq1-2/+2
2020-05-14go-modules: Update files to use vendorSha256Colin L Rice1-2/+2
2020-04-03fzf: 0.21.0-1 -> 0.21.1zowoq1-2/+2
https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0211
2020-03-13fzf: 0.21.0 -> 0.21.0-1zowoq1-2/+2
2020-03-12fzf: 0.20.0 -> 0.21.0zowoq1-4/+4
https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0210
2020-02-09fzf: fix patch for vim plugin; enable tests; avoid direct $src… (#79575)Benjamin Hipple1-10/+12
It was previously referencing `$bin`, but this package no longer produces a `bin` output, just `out` and `share`. Updated to make the comparison check a bit more robust. Also updated to avoid direct dependency on the `$src` directory out of the nix store, instead using the processed src setup in the unpackPhase. This provides a cleaner abstraction between the build/install phase and the input src phase, and avoids an unnecessary dependency on whether the source disted tarball comes from `fetchFromGitHub` (in which case it's an unpacked directory) or something like `fetchurl`. In either case, stdenv is responsible for processing the input `src` and setting up a clean build dir for us, so we should use that. This produces an equivalent directory tree, except that the vim plugin is no longer broken.
2020-01-04fzf: fix unstable vim plugin pathmidchildan1-4/+2
exclude version number from vim plugin path
2019-12-26treewide: update which packages I'm currently maintainingMaximilian Bosch1-1/+1
Idea shamelessly stolen from 4e60b0efae56cc8e1a8a606a5a89462c38aba305. I realized that I don't really know anymore where I'm listed as maintainer and what I'm actually (co)-maintaining which means that I can't proactively take care of packages I officially maintain. As I don't have the time, energy and motivation to take care of stuff I was interested in 1 or 2 years ago (or packaged for someone else in the past), I decided that I make this explicit by removing myself from several packages and adding myself in some other stuff I'm now interested in. I've seen it several times now that people remove themselves from a package without removing the package if it's unmaintained after that which is why I figured that it's fine in my case as the affected pkgs are rather low-prio and were pretty easy to maintain.
2019-12-21fzf: 0.19.0 -> 0.20.0zowoq1-2/+2
2019-12-03fzf: add filalex77 to maintainersOleksii Filonenko1-0/+1
2019-12-03fzf: 0.18.0 -> 0.19.0Oleksii Filonenko1-3/+3
2019-07-11fzf: 0.17.5 -> 0.18.0xrelkd2-109/+26
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-2/+2
Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
2019-01-16treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj1-1/+1
2018-10-24fzf: 0.17.4 -> 0.17.5Daniël de Kok1-2/+2
Changes: https://github.com/junegunn/fzf/blob/master/CHANGELOG.md
2018-07-27fzf: fix invalid symlink on vim-pluginsMatías Lang1-2/+2
The fzf vim plugin wasn't working because it was making a symlink to a directory with the full source code. This directory isn't present anymore since the commit e95f17e2720e67e2eabd59d7754c814d3e27a0b2 wich removes it because it isn't so useful for the go packages. I fixed it by manually copying the plugin/ directory into the out derivation, which is the only part of the source that contains the vim plugin.
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1