Dev Aggarwal
Dev Aggarwal
@MaskyS Kinda stuffed with work with the sponsor. The ios pdf is definitely on our roadmap, please give me some time.
@youngsu999 You seem to have the same issue, does this solution work for you? I see that you wrote a solution yourself at https://github.com/pycampers/ampy/issues/71. This one looks a lot cleaner,...
You have the latest version, 0.0.7?
Do you actually have a legit use-case for a rename feature?
I can work on adding an `mv` command, since it's the UNIX counterpart. Don't have a device with me right now, give me a few weeks.
I'm devoting most of my time working on [ampy2](https://github.com/pycampers/ampy/tree/ampy2). But if you have any code you want to upstream, I'll gladly accept your PR.
ampy2 is not really usable right now. I'm still working on the [Dockerfile](https://github.com/micropython/micropython/pull/5003) for micropython.
I'll try my best to include a plugin system in ampy2, so that features like this can be added independently. Something like [cargo's plugins](https://lib.rs/development-tools/cargo-plugins).
The download from URL functionality was removed down the line, for separation of concerns, but this is still, theoretically possible. Just download the pdf in the form of bytes (`Uint8List`)...
Thanks for the report! But, I'm going to need a little more context to debug your issue- ## Steps to Reproduce Please tell us exactly how to reproduce the problem...