-
Notifications
You must be signed in to change notification settings - Fork 2
Service specific features
Every service can provide specific and unique commands. You can run this commands from command line while browsing file in that service.
You can download files from internet directly to your dropbox folders. Run this command:
download FILE_URL [new_file_name]
new_file_name is the optional parameter, it allows you to rename downloaded file.
You can download zipped folder from your dropbox:
zip SOURCE_PATH DESTINATION_ZIP
or you can navigate to desired folder, and run command:
zip DESTINATION_ZIP
this will download your current dropbox folder to the destination zip file
You can export google documents to the desired format on your local disk. Select document and copy it on your local path, you will see dialog box with export variants.
You can download files from internet directly to your Yandex Disk. Run this command:
download FILE_URL [new_file_name]
new_file_name is the optional parameter, it allows you to rename downloaded file.