aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kjeldaas2016-09-12 14:36:18 +0200
committerGitHub2016-09-12 14:36:18 +0200
commit105055af9158bd5657907bedf4fb1d6bc477657e (patch)
tree865e951a5e7413f7ff15b3d5fdd56c6283c160b7
parentaaaa4d2a2687fd2a6e36d5e8782b468f53f706ae (diff)
downloadgdrive-105055af9158bd5657907bedf4fb1d6bc477657e.tar.bz2
Fix #159
Document how to list files in a subdirectory.
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index e3001d2..9a1428e 100644
--- a/README.md
+++ b/README.md
@@ -143,6 +143,13 @@ options:
--bytes Size in bytes
```
+List file in subdirectory
+
+
+```
+./gdrive list --query " 'IdOfTheParentFolder' in parents"
+```
+
#### Download file or directory
```
gdrive [global] download [options] <fileId>