Open Lucas-C opened 1 year ago
pdfly should be advertised more!
I agree :-) I've added a few small parts:
I'm happy for more :-)
The page extraction feature of pdfly is a bit hidden
I agree that cat
is way more powerful than it initially looks. I'm open to adjustments of the help text and the new docs: https://pdfly.readthedocs.io/en/latest/user/subcommand-cat.html
[cat PageRange]: either switch to indices starting at 1 or clearly document this
I'm torn here. In the end, I'm rather certain that users will be (Python) developers. Hence once it is clear that it's an index / a Python range object, it should be rather clear. I currently tend rather to improve documentation.
newlines of
pdfly cat --help
Yes, I know it looks horrible. I would be very happy if you could fix that. If it doesn't work to fix the formatting, I suggest to link to https://pdfly.readthedocs.io/en/latest/user/subcommand-cat.html within the help.
Hi!
This is a follow-up of a comment I made there: https://github.com/py-pdf/pypdf/discussions/2171#discussioncomment-6946137
After quickly trying out
pdfly
, this a humble report of some subjective feedbacks & suggestions I have πI hope this can be read as constructive criticism, my only wish is for
pdfly
to become more popular!pdfly
should be advertised more! π This is a very handy swiss army knife that I think would benefit many CLI users, even outside the world of Python. Suggestion: I'm planning to write a short blog post about it. I'm also willing to submit a PR to add a documentation page inpypdf
section about it.pdfly
is a bit hidden. I only discovered it by carefully reading thepdfly cat --help
description. Suggestion: replaceConcatenate pages from...
byExtract & concatenate pages from...
in this repoREADME.md
and in https://github.com/py-pdf/pdfly/blob/0.2.14/pdfly/cat.py#L2, and provide page extraction usage examples in theREADME.md
(I can provide a PR for this)pdfly cat --help
the newlines present in the original command docstring are removed, making the help text quite dense & difficult to read. Also, some "Page range expression examples" are not well aligned in my terminal, and indices colors are inconsistent. Suggestion: I can submit a PR to try to improve this help text readbility, maybe at the cost of removing some content.What do you think about all this @MartinThoma? π