Search Criteria
Package Details: git-fuzzy-git 0.r90-1
Package Actions
| 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.000000 |
| First Submitted: | 2020-08-12 14:58 (UTC) |
| Last Updated: | 2024-04-27 14:29 (UTC) |
Dependencies (8)
- bc (bc-ghAUR)
- fzf (fzf-gitAUR)
- git (git-gitAUR, git-glAUR)
- bat (bat-cat-gitAUR) (optional) – syntax highlighting
- diff-so-fancy (diff-so-fancy-gitAUR) (optional) – improved diff highlighting
- exa (eza-gitAUR, eza) (optional)
- git-delta (optional) – improved diff highlighting
- hub (hub-gitAUR) (optional) – alternative git client
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.
hubusage 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
optdepends, as the script can use it instead ofgitif it is installedinstall -Dm644 README.md -t"$pkgdir/usr/share/doc/$_pkgname/"andinstall -Dm644 gifs/* -t"$pkgdir/usr/share/doc/$_pkgname/gifs/"to thepackage()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.