rg in directory with lots of unpinned files #1620
-
I typed |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I don't see how, no. ripgrep doesn't know about remote file systems. That's all transparent to ripgrep. If you tell it to search a directory then it will. As far as I can tell, the only way to limit it to offline files is to get a list of offline files and feed that list as arguments to ripgrep. |
Beta Was this translation helpful? Give feedback.
I don't see how, no. ripgrep doesn't know about remote file systems. That's all transparent to ripgrep. If you tell it to search a directory then it will. As far as I can tell, the only way to limit it to offline files is to get a list of offline files and feed that list as arguments to ripgrep.