wfxr / forgit

:zzz: A utility tool powered by fzf for using git interactively.
MIT License
4.4k stars 137 forks source link

gi not working with fish #161

Closed julienpierini closed 3 years ago

julienpierini commented 3 years ago

Check list

Environment info

Problem / Steps to reproduce

fzf version 0.27.2 fish version 3.3.1 forgit version 4.3.0

When using gi with fish nothing is display, fatal error.

fatal: No such file or directory
find: No such file or directory
image
cjappl commented 3 years ago

@julienpierini will you check with the most recent? I believe I just fixed it.

Also, something we should probably document at some point, you actually write to your gitignore using redirection

gi >> .gitignore

if you just run gi, it will just preview the output for you and not write anything

julienpierini commented 3 years ago

I confirm this is working now 👍