This does not seem to work well with commands like forgit
, so perhaps we should give it up and use fzf
instead.
Search Criteria
Package Details: skim-fzf-dropin 1.3-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/skim-fzf-dropin.git (read-only, click to copy) |
---|---|
Package Base: | skim-fzf-dropin |
Description: | An almost dropin-compatible fzf replacement using skim |
Upstream URL: | https://aur.archlinux.org/packages/skim-fzf-dropin |
Keywords: | better-use-fzf incompatible-with-fzf-0.59+ |
Licenses: | GPL-3.0-or-later |
Conflicts: | fzf |
Provides: | fzf |
Submitter: | LordMZTE |
Maintainer: | None |
Last Packager: | kseistrup |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-03-02 16:11 (UTC) |
Last Updated: | 2025-02-19 07:29 (UTC) |
Dependencies (2)
- sh (dashbinshAUR, bash-devel-static-gitAUR, zshbinshAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR, bash)
- skim (skim-gitAUR)
Required by (208)
- amogu.sh-git (requires fzf)
- ani-cli (requires fzf)
- ani-cli-git (requires fzf)
- ani-skip-git (requires fzf)
- animdl-git (requires fzf) (optional)
- archwiki-offline (requires fzf) (optional)
- auru-git (requires fzf) (optional)
- auto-sized-fzf-git (requires fzf) (optional)
- autogit (requires fzf)
- blender-dl (requires fzf)
- cani (requires fzf)
- cfiles (requires fzf)
- cheat (requires fzf) (optional)
- clerk-git (requires fzf)
- clifm (requires fzf) (optional)
- clifm-bin (requires fzf) (optional)
- clifm-git (requires fzf) (optional)
- clifm-nerd (requires fzf) (optional)
- color-scripts-launcher-git (requires fzf)
- conceal (requires fzf)
- Show 188 more...
Sources (1)
Latest Comments
kseistrup commented on 2025-02-19 07:26 (UTC)
LordMZTE commented on 2024-10-22 19:57 (UTC)
Thanks! I've merged your patch. I've also disowned this package, as I do not use Arch anymore. Feel free to adopt it.
zefr0x commented on 2024-10-22 14:59 (UTC) (edited on 2024-10-22 15:11 (UTC) by zefr0x)
Why depending on bash
? It is just a simple wrapper script.
diff --git a/PKGBUILD b/PKGBUILD
index 3f9c9cc..e6833f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ pkgrel=1
pkgdesc="A dropin fzf replacement using skim"
arch=('any')
license=('GPL')
-depends=('bash' 'skim')
+depends=('skim')
provides=('fzf')
conflicts=('fzf')
source=("fzf" "fzf-tmux")
-sha256sums=('768768f7973499ca0c5f006434a222c3da782b8ca37e571843b1b7cb6e260e33'
- '7ca86ae0e007abdaa1b8a7954fd6d303f991aea2f0033612b16623111bb76833')
+sha256sums=('17067d15d3a96543bcba2269e708414c5573c388de9721ecf07d0c2b35a8d3be'
+ '4997c6a699425d891063dd6761eea91429fe42a132a6a677e67861593e2945a3')
package() {
install -Dm755 fzf "${pkgdir}/usr/bin/fzf"
diff --git a/fzf b/fzf
index bf2f1de..876d73d 100644
--- a/fzf
+++ b/fzf
@@ -1,2 +1,2 @@
-#!/bin/bash
+#!/usr/bin/sh
/usr/bin/sk "$@"
diff --git a/fzf-tmux b/fzf-tmux
index d679644..8623aba 100644
--- a/fzf-tmux
+++ b/fzf-tmux
@@ -1,2 +1,2 @@
-#!/bin/bash
+#!/usr/bin/sh
/usr/bin/sk-tmux "$@"
--
2.47.0
Pinned Comments
kseistrup commented on 2025-02-19 07:26 (UTC)
This does not seem to work well with commands like
forgit
, so perhaps we should give it up and usefzf
instead.