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.
This pull request handles 3 cases
A single file gets moved into its own directory
with an
info.yaml
file for it, together withthe original file. The title of the papis document
is original title of the file (without extension)
and the names of the folders and files associated
with the papis document is the title without whitespaces.
If a file comes in different formats (e.g. some
pdf
files have also a version in
doc
orppt
format),then both copies get moved into their own papis directory
as explained in point 1.
Some
html
files have a directory related to them,this directory is moved as is to the papis folder.
The rest is as in point 1.
The script used for this is also attached to the
pull request,
file-to-papis.sh
.In the pdfs directory, you can try
and play around.
I'd gladly answer questions.
file-to-papis.sh.zip