snatch icon indicating copy to clipboard operation
snatch copied to clipboard

A simple, fast and interruptable download accelerator, written in Rust

Results 12 snatch issues
Sort by recently updated
recently updated
newest added

Add sanity check for download byte size

Compared to 0.9, I guess hyper dropped openssl dependency and made it a pure rust library. I wonder when snatch will move on to hyper 0.11 and give an option...

On file creation the file name may exceed the length the OS file system allows. In this case the program currently hard panics could this be changed?

bug
next release

I love snatch but I have few notes regarding CLI. - Remove `-u`, why not just `snatch http://example.com/bigfile.mp4` ? - Optional `-f`, why not deduce filename from URL? - Support...

enhancement
cli

Hi, I like this tool! very cool! It would be nice if snatch could provide a alternate progress bar like the `-a` option in tool `axel`. Because I will use...

cli

I tried to do a thread count of 4, and then a thread count of 64, and to the naked eye, for a small file, it seemed indistinguishable. What is...

I got a file from someone to download a file from his dropbox account. It's not easy to extract the exact link so I go the link that I was...

I think we should add a `--force` or `--true` flag to the CLI in order to allow integration of *snatch* into automated task (like installation scripts).

enhancement
question