summaryrefslogtreecommitdiff
path: root/doc/todo/wishlist:_Have_a_preview_of_download_or_upload_size/comment_3_8f7e1c4a5c714cbd719ee170354d79fa._comment
blob: fa9fdfb56d1d55b6600e44b68c93fece4decb3f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[[!comment format=mdwn
 username="http://joeyh.name/"
 ip="4.154.4.193"
 subject="comment 3"
 date="2013-07-02T17:04:47Z"
 content="""
You can get info like that by running `git annex status .`

This can also be used to find out how big a download is before starting it. For example, to find all files that are not present locally before running git-annex get:

`git annex status . --not --in here`
"""]]