Search Criteria
Package Details: forgit-git 22.12.0.r7.g5a117b6-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 |
Conflicts: | forgit |
Provides: | forgit |
Submitter: | lmartinez-mirror |
Maintainer: | lmartinez-mirror |
Last Packager: | lmartinez-mirror |
Votes: | 2 |
Popularity: | 0.120978 |
First Submitted: | 2021-03-05 22:02 (UTC) |
Last Updated: | 2022-12-16 16:27 (UTC) |
Dependencies (9)
- bash (bash-devel-git, bash-devel-static-git, bash-git, bash-xdg)
- fzf (fzf-git, skim-fzf-dropin)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- bat (bat-cat-git) (optional) – syntax highlighting for .gitignore
- diff-so-fancy (diff-so-fancy-git) (optional) – human readable diffs
- emoji-cli (optional) – emoji support for git log
- fish (fish-git) (optional) – supported shell
- git-delta (optional) – human readable diffs
- zsh (zsh-git, zsh-athame-git, zsh-fix-winchanged-git, zsh-minimal-git) (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.