Package Details: forgit-git 24.02.0.r6.g00ed721-1

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.000047
First Submitted: 2021-03-05 22:02 (UTC)
Last Updated: 2024-02-09 21:46 (UTC)

Dependencies (10)

Required by (0)

Sources (1)

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:

forgit::add:1: no such file or directory: /usr/share/zsh/plugins/forgit-git/bin/git-forgit

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

ln -s /usr/bin/git-forgit /usr/share/zsh/plugins/forgit-git/bin/git-forgit

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, add source /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.