We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've noticed that when I'm running RGA on a folder it's hitting the lock files created by Word when a file is open and the preprocessor fails.
Chapter 4/~$cture4.docx: preprocessor command failed: '"/usr/local/bin/rga-preproc" "Chapter 4/~$cture4.docx"': ------------------------------------------------------------------------------- adapter: pandoc couldn't unpack docx container: Did not find end of central directory signature Error: subprocess failed: ExitStatus(unix_wait_status(16128)) -------------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
You can exclude files with normal rg methods (.ignore, .gitignore or -g '!~$*').
-g '!~$*'
I'll rename this issue since maybe we might want to exclude files office lock files starting with ~$ by default. But maybe not, not sure.
~$
Also not sure if this issue still happens with a current pandoc version.
Sorry, something went wrong.
No branches or pull requests
I've noticed that when I'm running RGA on a folder it's hitting the lock files created by Word when a file is open and the preprocessor fails.
The text was updated successfully, but these errors were encountered: