dropbox / nautilus-dropbox

Dropbox Integration for Nautilus
Other
236 stars 55 forks source link

Feature request: check whether dropbox is up to date #112

Open mrmeszaros opened 1 year ago

mrmeszaros commented 1 year ago

Recently I installed dropbox via the nautilus-dropbox apt package, and with the provided command line interface.

I experienced, that dropbox update does download the latest version regardless of the currently installed version. This means, if I run the command twice in a row, it will do a download twice.

I would like a method to check the current (online) available version.

For example, dropbox update would only update, if a newer version is available, or if a new --force flag was passed.

Maybe the version command would output an extra line like update available.

> dropbox version
Dropbox daemon version: 163.4.5456 (Update available)
Dropbox command-line interface version: 2019.02.14

Or a separate command, like dropbox check-update that would:

These are ideas, should be revised to ensure the CLI is consistent with itself.