Skip to content

Service specific features

Ivanenko Danil edited this page Apr 19, 2019 · 2 revisions

Every service can provide specific and unique commands. You can run this commands from command line while browsing file in that service.

Dropbox

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

Google Drive

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.

Yandex Disk

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.

Clone this wiki locally