nickgerace / gfold

CLI tool to help keep track of your Git repositories, written in Rust
https://crates.io/crates/gfold
Apache License 2.0
283 stars 20 forks source link

Add `AckslD/nvim-gfold.lua` link to repository #187

Closed nickgerace closed 2 years ago

nickgerace commented 2 years ago

This will likely be in the README.

Link to project: https://github.com/AckslD/nvim-gfold.lua Reddit post: https://www.reddit.com/r/neovim/comments/t209wy/introducing_nvimgfoldlua/ Original comment: https://github.com/nickgerace/gfold/issues/176#issuecomment-1050675223

Great project @AcksID :)

nickgerace commented 2 years ago

@AcksID: you should be able to try it via cargo install --locked --version 4.0.0-rc.1 gfold

AckslD commented 2 years ago

Awesome @nickgerace! I just tried the above and get the error:

Error: StdIo(Os { code: 2, kind: NotFound, message: "No such file or directory" })

when running gfold. Any idea what's going wrong?

nickgerace commented 2 years ago

I'll take a look and open a new issue when I get the chance. There's a reason why it's an RC :) thanks for trying it out.

nickgerace commented 2 years ago

^ new issue opened. For now, if you want to start trying the new flag, I would recommend either deleting the old config file and/or passing in the -i flag.

nickgerace commented 2 years ago

Found the root cause of the bug: https://github.com/nickgerace/gfold/issues/190#issuecomment-1067539348