Is it safe to interrupt a started search?
xfilesee34 opened this issue · 2 comments
xfilesee34 commented
Is there a possibility that ripgrep-all corrupts any file it is searching? Is it safe to use ctrl + c to interrupt search?
lafrenierejm commented
No, ripgrep-all shouldn't be able to corrupt any files it searches. It does not modify any of the files it is searching. Simply reading a file should not be capable of corrupting it unless you are dealing with failing hardware or a buggy filesystem.
phiresky commented
yes, it's safe