wget
to download some shared files. Any idea how it might be possible to do that (or any other way over the commandline)? Is this something that you think could possibly be integrated into acd_cli
? (I know it's not really the scope of this project, but it would be pretty nice to be able to do it.)
?dl=1
or something similar to the link. Dropbox for example then allows you to download the file with wget
, but why make things easy for the user, right?
acd_cli
does NOT keep track of file changes (as other cloud sync services do) for you. Therefore, you have to decide yourself if you want to force overwriting all local changes. It would be pretty poor design to automatically overwrite local files by default in my opinion. What if you locally changed your file? Any application will generally ask you if you really want to overwrite that file (or it will at least rename the downloaded file). I would not recommend syncing your git repository with a cloud service - maybe for backup purposes, but better use a service such as github or bitbucket (if you want private repositories).