summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-03-22 10:42:38 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-03-22 14:12:19 -0400
commit35419994e9418444dc82e5c90c579203cc4c3616 (patch)
tree0d4374fbc7f233cfa409e9e142b36f00d12f71f4 /doc/git-annex.mdwn
parentf2a5858f85f1d6e999d707f4b48cd2ea643197bc (diff)
add desktop notifications
Motivation: Hook scripts for nautilus or other file managers need to provide the user with feedback that a file is being downloaded. This commit was sponsored by THM Schoemaker.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 32c8ec266..894ac4329 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -1053,6 +1053,19 @@ subdirectories).
Overrides the User-Agent to use when downloading files from the web.
+* `--notify-finish`
+
+ Caused a desktop notification to be displayed after each successful
+ file download and upload.
+
+ (Only supported on some platforms, eg Linux with dbus. A no-op when
+ not supported.)
+
+* `--notify-start`
+
+ Caused a desktop notification to be displayed when a file upload
+ or download has started.
+
* `-c name=value`
Overrides git configuration settings. May be specified multiple times.