Search Criteria
Package Details: forgit-git 24.02.0.r6.g00ed721-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/forgit-git.git (read-only, click to copy) |
---|---|
Package Base: | forgit-git |
Description: | Utility tool powered by fzf for using git interactively |
Upstream URL: | https://github.com/wfxr/forgit |
Keywords: | bash fish fzf git zsh |
Licenses: | MIT |
Groups: | fish-plugins, zsh-plugins |
Conflicts: | forgit |
Provides: | forgit |
Submitter: | lmartinez-mirror |
Maintainer: | sandroid (wfxr) |
Last Packager: | sandroid |
Votes: | 2 |
Popularity: | 0.000001 |
First Submitted: | 2021-03-05 22:02 (UTC) |
Last Updated: | 2024-02-09 21:46 (UTC) |
Dependencies (10)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- fzf (fzf-gitAUR, skim-fzf-dropinAUR)
- git (git-gitAUR, git-glAUR)
- git (git-gitAUR, git-glAUR) (make)
- bat (bat-cat-gitAUR) (optional) – syntax highlighting for .gitignore
- diff-so-fancy (diff-so-fancy-gitAUR) (optional) – human readable diffs
- emoji-cliAUR (optional) – emoji support for git log
- fish (fish-gitAUR) (optional) – supported shell
- git-delta (optional) – human readable diffs
- zsh (zsh-gitAUR) (optional) – supported shell
Latest Comments
sandroid commented on 2022-12-14 20:04 (UTC)
This package is currently broken, when invoking any forgit command I get an output like this:
This is probably caused by this PR: https://github.com/wfxr/forgit/pull/241 Creating a directory at /usr/share/zsh/plugins/forgit-git/bin and symlinking with
fixes this for zsh. The same would have to be done for bash/fish with their respective target directory.
wayfarer commented on 2021-05-12 04:25 (UTC)
Working great for me on zsh! All I had to do was
yay -S forgit-git
, addsource /usr/share/zsh/plugins/forgit-git/forgit.plugin.zsh
to my~/.zshrc
(since I don't have a plugin manager), and restart my shell.lmartinez-mirror commented on 2021-03-05 22:04 (UTC)
zsh and bash users, please let me know if this package works for you! I don't use either so I can't test it properly. You may need to restart your shell so it gets sourced properly.