jokergaming
jokergaming
Appreciate your work but can you provide Musl build binary
Appreciate your work very much, sad solved a lot of my text replacement tasks. I'm currently experiencing some problems, for example, I want to replace xx with yy in all...
thank you for creating and maintaining this awesome project! I've been using it and really appreciate the work you've put into it. I was wondering if it would be possible...
Downloaded your configuration, the script works normally, but when I rename .vimrc to .renamevimrc and start vim with vim -u .renamevimrc, an error occurs. ``` Error detected while processing /home/user/.vimrc2[8]../home/user/.vim_runtime/vimrcs/plugins_config.vim:...
I'm trying to search for two consecutive words to replace, but rgr doesn't seem to be able to use --pcre2, but ripgrep does `rgr --pcre2 '(\w+) \1'`