@ysn4irix/filego
v1.0.1
Published
command line interface to recursively upload files/folder to +14 anonymous file-sharing platforms
Downloads
22
Maintainers
Readme
❯ Install
Requires Node.js 17.0 or higher download & install for Windows or Linux
npm install --location=global @ysn4irix/filego
❯ Usage
filego up -s local-path-of-your-file-or-folder -o output-path
local-path-of-your-file-or-folder
is the path of the file or folder you want to upload.output-path
is the path where you want to save the uploaded file or folder.
folder example:
filego up -s /home/user/Documents -o /home/user/Downloads
file example:
filego up -s /home/user/Documents/file.txt -o /home/user/Downloads
Max size of file or folder to upload is 5GB
COMMANDS
up Upload a file or folder
OPTIONS
-s, --source file or folder to be uploaded
-o, --output Output directory
--clear Clear the console
--help Print help info
--debug Print debug info
-v, --version Print CLI version
❯ Contributing
Pull requests and stars are always welcome. For bugs and features requests, please create an issue.
❯ License
Copyright © 2023-present, Ysn4Irix. Released under the MIT License.