A simple command line tool written in PHP to download files of a specified type from a specified location.
composer global require gimme/gimme:dev-master
Be sure $HOME/.composer/vendor/bin
is in your $PATH. This exposes the gimme
executable.
After you've gotten Gimme installed, you can run it like so:
gimme files
gimme files --include-size=true // Include total combined size for all files, can be slow with a large number of files.
Contributors are very welcome. I made this tool so I wouldn't have to download PDF's individually, but it could be smarter and more powerful. If you have improvements, bug fixes, etc. just send a pull request!