Richard Burke

Results 12 comments of Richard Burke

Hi, thanks for reporting this. Could you confirm which version of GRV you're using and on which OS? This issue should be fixed in the latest version of GRV.

I haven't tried building GRV on Windows although it should be possible. The readline, PDCurses and libgit2 libraries will need to be present or built for grv to link against....

Thanks for the suggestion. Auto wrap currently isn't supported, but I agree this would be a useful feature. It would require a fair bit of a rework of the view...

Hi, thanks for the suggestion, I agree that's a nice idea. Master has been updated with this functionality so that the menus look like: ![image](https://user-images.githubusercontent.com/7596018/57039503-b4547f80-6c54-11e9-888c-18d99d3cd01f.png) Pressing the keys highlighted in...

Thanks for reporting this issue. You're correct that it's due to a `Sprintf` interpreting anything starting with a `%` as a format specifier. This should now be fixed on master.

Thanks for reporting this issue. GRV uses the libgit2 library to interface with a git repository. libgit2 performs all logic related to the repository including reading the `.gitignore` file and...

Thanks for posting the link to go-git, I didn't know there was a git implementation purely in go out there. It would take a fair bit of work to integrate...

Please try using `make install` to build grv. Using the Makefile method will fetch all dependecies (as they're git submodules) and build them. A static version of libgit2 will be...

The issue is that GRV is tied to git2go (and so libgit2) v0.27 but the version of libgit2 on your system will be different. On my system libgit2 v0.26 is...

Thanks for reporting this issue, a fix has been applied on master. Mappings should now work in the file exporer and the prompt.