@ysn4irix/filego

1.0.1 • Public • Published

gdrive


npm version install size npm bundle size

📟 Command line interface to recursively upload files/folder to +14 anonymous file-sharing platforms


gdrive-cli


📟

❯ 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.


star-repo

📃

❯ License

Copyright © 2023-present, Ysn4Irix. Released under the MIT License.

Package Sidebar

Install

npm i @ysn4irix/filego

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

15.7 kB

Total Files

9

Last publish

Collaborators

  • ysn4irix