Index functionality; Exclude functionality#32
Open
rwilcox wants to merge 3 commits intosonnenkern:masterfrom
Open
Index functionality; Exclude functionality#32rwilcox wants to merge 3 commits intosonnenkern:masterfrom
rwilcox wants to merge 3 commits intosonnenkern:masterfrom
Conversation
Use case: An org I'm in doesn't throw old documents away, but puts them in an Archive folder. But I don't want to download these...
|
+1 on quip-export being a lifesaver. The exclude folder regex functionality in this pr would be great to be able to break apart exporting a large folder (since quip has a 1500/hour rate limit) - one could slice things up to export smaller amounts in one hour blocks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Howdy!
So I had a problem where $DAY_JOB has a lot of documents on Quip and we want to see everything that's stored there. We like (kinda like) Quip as a platform but wanted a local index.
Likewise, in this local index we wanted to exclude some documents (in our "Archive" folder).
This PR implements both of this features.
I do hope they are useful to the project, which I was so thankful for (thought I was going to have to write it all myself!). Let me know if there's anything needed to clean up the code for merging, or if you have other thoughts/concerns/ideas and I'll see what I can do to improve this work!