Search Criteria
Package Details: fzf-git 2:0.28.0.r2.g205f885-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/fzf-git.git (read-only, click to copy) |
|---|---|
| Package Base: | fzf-git |
| Description: | Command-line fuzzy finder |
| Upstream URL: | https://github.com/junegunn/fzf |
| Licenses: | MIT |
| Conflicts: | fzf |
| Provides: | fzf |
| Submitter: | atweiden |
| Maintainer: | None |
| Last Packager: | haawda |
| Votes: | 7 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-12-10 04:23 (UTC) |
| Last Updated: | 2021-11-19 17:38 (UTC) |
Dependencies (8)
- ncurses (ncurses-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, go-binAUR, gcc-go-snapshotAUR, gcc-go) (make)
- make (make-gitAUR, make-staticAUR) (make)
- fish (fish-gitAUR) (optional) – fish keybindings
- fzf-extrasAUR (optional) – fzf keybindings from junegunn wiki and dotfiles
- tmux (tmux-sixel-gitAUR, tmux-gitAUR) (optional) – fzf-tmux script for launching fzf in a tmux pane
- zsh (zsh-gitAUR) (optional) – zsh keybindings
Required by (295)
- amogu.sh-git (requires fzf)
- ani-cli (requires fzf)
- ani-cli-arabic (requires fzf)
- ani-cli-git (requires fzf)
- ani-skip-git (requires fzf)
- ani-stream (requires fzf)
- animdl-git (requires fzf) (optional)
- animepahe-dl (requires fzf)
- anisama-cli (requires fzf)
- aniworld-cli (requires fzf)
- aniworld-cli-git (requires fzf)
- arch-updater (requires fzf)
- archwiki-offline (requires fzf) (optional)
- arduino-cli-manager-git (requires fzf)
- arf-helper (requires fzf)
- arf-helper-git (requires fzf)
- arttime-git (requires fzf) (optional)
- aur-auto (requires fzf)
- aureus (requires fzf)
- aurpick (requires fzf)
- Show 275 more...
Latest Comments
0ion9 commented on 2026-02-06 04:30 (UTC)
This package currently installs a misleading file /usr/share/fish/functions/fzf.fish . This file is misleading because it's simply a copy of shell/key-bindings.fish -- but the proper keybindings for fish also include the contents of shell/completion.fish .
(see https://github.com/junegunn/fzf/commit/7e62b34087a71aba4950e70d921a2476f05fb966#diff-e80eac2a35fa19485d11638e67fada61cb700ffbe21335ebdb7566cf4ef3b214 for details about the recent upgrades to fish support for fzf)
I suggest ignoring this file and just running
fzf --fish >? ~/.config/fish/conf.d/_fzf.fishinstead.AkechiShiro commented on 2021-06-08 14:36 (UTC)
Haawda, I've tried so far, in chronological order :
sudo aura -Axc fzf-gitmakepkg PKGBUILDon the shell.Both fails in the same way, I do not do anything weird or so I think.
haawda commented on 2021-06-08 12:21 (UTC)
AkechiShiro, what are you doing? The PKGBUILD does not try to run ./install anywhere.
AkechiShiro commented on 2021-06-06 17:26 (UTC)
I'm hitting this error whilst building not sure why but the install command being used during the building incorrect, I know that the
installcommand has the option-Dmhowever the one used in the build environment doesn't look like it has this :ixil commented on 2019-09-12 04:02 (UTC)
I think the PKGBUILD should also follow the community's build and install the fzf.vim file, the
vim-fzf-gitdepends on this.(It's a bit of a weird setup IMO of upstream having having vim related files in the fzf repo and an dependent fzf-vim repo)
mmlb commented on 2017-10-31 14:28 (UTC)