summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-28 15:27:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-28 16:55:42 -0400
commit217068206893864ed05911c3b06d8fdb802750a1 (patch)
tree3bfa87ee63197405f3aa18138eb8affd3ce7c7e7 /doc/git-annex.mdwn
parent468e2c789371f924ec4586148e4e9e5618c58303 (diff)
importfeed: git-annex becomes a podcatcher in 150 LOC
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 00407e949..7b2a0bce5 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -190,6 +190,19 @@ subdirectories).
git annex import /media/camera/DCIM/
+* importfeed [url ...]
+
+ Imports the contents of podcast feeds. Only downloads files whose
+ urls have not already been added to the repository before, so you can
+ delete, rename, etc the resulting files and repeated runs won't duplicate
+ them.
+
+ Use --template to control where the files are stored.
+ The default template is '${feedtitle}/${itemtitle}${extension}'
+ (Other available variables: feedauthor, itemauthor, itemsummary, itemdescription, itemrights, itemid)
+
+ The --relaxed and --fast options behave the same as they do in addurl.
+
* watch
Watches for changes to files in the current directory and its subdirectories,