acdcli
acdcli copied to clipboard
Command line tool for Amazon Cloud Drive
Hi, I noticed that you plan to embed Amazon's client id and secret in the binary. While this is convinient, this is also insecure. ``` wmn@cratos ~/code/src/github.com/sgeb/acdcli [master] ± %...
- List of files sortable by size - Display date of last modification - Cache metadata locally, update periodically using eTag - Extract logTransport into separate library - Display periodic...
Move a single file for now, support globs and whole folders at a later point. For example: ``` % acdcli mv /Documents/Samples/sample.jpg /Documents/Pictures ```
Copy a single file for now, support globs and whole folders at a later point. For example: ``` % acdcli cp /Documents/Samples/sample.jpg /Documents/Pictures ```