Alex Lyon

Results 35 issues of Alex Lyon

Now that incomplete downloads can be properly resumed, the code should be cleaned up because much of it was hacked together very quickly while I was sleep-deprived.

At the moment, the file parts or the download configuration could overwrite an already existing file.

This will require some corresponding changes in the main `coreutils` repo. I will submit a PR shortly. Closes #9.

Basically keep the `coreopts` interface mostly the same, but use `clap` behind-the-scenes. I have a nearly finished implementation and will submit a pull request in the next couple days. The...