Alex Fikl
Alex Fikl
> EDIT: Okay, maybe I made this more difficult in my head than it actually is. You documented the process **really** well in the HACKING.md file. I'm trying to get...
I'm not convinced by the suffix logic in here. One thing that's not great: if the user adds more PDF files without `add-file-name`, then they'll be renamed to `.pdf`, `-a.pdf`,...
> Can you explain a bit what the problem is here? It sounds like that would be the expected behaviour? Or do you think the default should be warning of...
Agreed, it would be nice for these to just work™! I'm a bit surprised this doesn't work: ``` papis add --from bibtex theCitation.bib theArticle.pdf ``` but it would also be...
Woo! Glad you figured everything out! If you have the time, it would be great if you could maybe add a little example in the docs for `papis add`? >...
I've never used `papis mv`. What's the difference compared to `papis rename`?
> The functionality overlaps a lot, I mean, it's just `mv` under the hood. I guess you could use rename to nest a document inside other folders and the move...
> I agree. I would prefer just having a single `mv` too. And possibly make `rename` handle the attached files (so the files listed in `files` inside the `info.yaml`, as...
> Plus you have to pass Python-style syntax, but with all the shell quoting needed. I'm not sure I follow, what does "Python-style syntax" mean here? (I haven't actually used...
> I was just rambling about `papis update`. If you want to change the files of a document, you need to pass something like `--set files '["file1.pdf", "file2.pdf"]'` or something...