gimme/gimme

A simple command line tool written in PHP to download files of a specified type from a specified location.

v1.2.0-alpha 2017-01-17 22:23 UTC

This package is auto-updated.

Last update: 2024-03-24 03:57:57 UTC


README

Gimme

A simple command line tool written in PHP to download files of a specified type from a specified location.

Installation

via Composer

composer global require gimme/gimme:dev-master

Be sure $HOME/.composer/vendor/bin is in your $PATH. This exposes the gimme executable.

Run

After you've gotten Gimme installed, you can run it like so:

gimme files

Options

gimme files --include-size=true         // Include total combined size for all files, can be slow with a large number of files.

Contribute

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!