Package Details: git-fuzzy-git 0.r69-1

Git Clone URL: https://aur.archlinux.org/git-fuzzy-git.git (read-only, click to copy)
Package Base: git-fuzzy-git
Description: interactive git with the help of fzf
Upstream URL: https://github.com/bigH/git-fuzzy
Licenses: MIT
Conflicts: git-fuzzy
Submitter: FichteFoll
Maintainer: FichteFoll
Last Packager: FichteFoll
Votes: 1
Popularity: 0.000001
First Submitted: 2020-08-12 14:58 (UTC)
Last Updated: 2022-05-13 23:11 (UTC)

Dependencies (8)

Required by (0)

Sources (1)

Latest Comments

FichteFoll commented on 2022-05-13 23:12 (UTC)

Thanks, I applied your changes.

dave_v commented on 2022-05-13 14:58 (UTC)

I think the directory structure in the source changed a bit. Had to change some parts to get it working:

https://dpaste.com/BP8P8EG76

Kr1ss commented on 2020-11-02 18:55 (UTC)

Yeah that's fine I guess. I didn't consider the package size.

Thank you very much !

FichteFoll commented on 2020-11-02 18:53 (UTC)

Thanks for the suggestions. hub usage wasn't documented in the readme, but I found it indeed being used in the source code.

I didn't want to bloat the package size with 15MB of GIFs, so I replaced the references to those in the readme with raw Github URLs.

Kr1ss commented on 2020-10-31 16:55 (UTC)

Thx a lot @FichteFoll for providing this package !

Would you consider

  • adding hub to optdepends, as the script can use it instead of git if it is installed
  • adding install -Dm644 README.md -t"$pkgdir/usr/share/doc/$_pkgname/" and install -Dm644 gifs/* -t"$pkgdir/usr/share/doc/$_pkgname/gifs/" to the package() function ?

TIA, Cheers !

FichteFoll commented on 2020-10-07 19:41 (UTC)

Thanks, done.

jhilliker commented on 2020-10-07 10:07 (UTC)

Need to add 'bc' as a dependency (used at /usr/lib/git-fuzzy/core.sh:43)

'git' should be a depends, not a makedepends.