Skip to content

Commit

Permalink
Add largest files example
Browse files Browse the repository at this point in the history
  • Loading branch information
prasmussen committed Feb 22, 2016
1 parent cabd732 commit 4a9815e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ gdrive


## Overview
gdrive is a command line utility for uploading and downloading files to your Google Drive.
It's main goal is for automating backups, but it also has basic sync functionality.
Works on most platforms.
gdrive is a command line utility for interacting with Google Drive.

## Prerequisites
None, binaries are statically linked.
Expand Down Expand Up @@ -482,6 +480,15 @@ Id Name Type Size Created
0B3X9GlR6Embnb095MGxEYmJhY2c drive-linux-x64 bin 6.5 MB 2015-07-18 16:43:38
```

#### List largest files
```
$ gdrive list --query "name contains 'gdrive'" --order "quotaBytesUsed desc" -m 3
Id Name Type Size Created
0B3X9GlR6EmbnZXpDRG1xblM2LTg gdrive-linux-mips64 bin 8.5 MB 2016-02-22 21:07:04
0B3X9GlR6EmbnNW5CTV8xdFkxTjg gdrive-linux-mips64le bin 8.5 MB 2016-02-22 21:07:07
0B3X9GlR6EmbnZ1NGS25FdEVlWEk gdrive-osx-x64 bin 8.3 MB 2016-02-21 20:22:13
```

#### Upload file
```
$ gdrive upload gdrive-osx-x64
Expand Down

0 comments on commit 4a9815e

Please sign in to comment.