Anonfiles CLI
Table of Contents
Introduction
Anon Files CLI can upload and download files from anonfiles.com API within your command line interface.
Features
- Upload your files directly from CLI.
- Rename before uploading.
- Download your files directly to a specified folder.
Installation
- download the phar file to your machine.
using CURL
curl -s https://github.com/albinvar/anonfiles-cli/raw/main/builds/anonfiles -o anonfiles
using wget
wget https://github.com/albinvar/anonfiles-cli/raw/main/builds/anonfiles -O anonfiles
(on construction)
composer Remember, installing with composer requires each and every libraries to be downloaded first.
composer global require albinvar/anonfiles-cli
Usage
Using anonfiles CLI is very simple.
its better to include the cli to your bin of your specified OS.
php anonfiles
Upload a file
php anonfiles upload image.jpeg
Download a file
php anonfiles download https://anonfiles.com/u1C0ebc4b0
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
The project is certified using MIT License