1git-annex-registerurl(1)    General Commands Manual   git-annex-registerurl(1)
2
3
4

NAME

6       git-annex-registerurl - registers an url for a key
7

SYNOPSIS

9       git annex registerurl [key url]
10

DESCRIPTION

12       This  plumbing-level  command  can be used to register urls where a key
13       can be downloaded from.
14
15       No verification is performed of the url's contents.
16
17       If no key and url pair are specified on the command line,  batch  input
18       is used, the same as if the --batch option were specified.
19
20       Normally the key is a git-annex formatted key. However, to make it eas‐
21       ier to use this to add urls, if the key cannot be parsed as a key,  and
22       is a valid url, an URL key is constructed from the url.
23

OPTIONS

25       --batch
26
27              In  batch  input  mode, lines are read from stdin, and each line
28              should contain a key and url, separated by a single space.
29
30       -z     When in batch mode, the input is delimited by nulls  instead  of
31              the usual newlines.
32
33              (Note  that  for  this to be used, you have to explicitly enable
34              batch mode with --batch)
35

SEE ALSO

37       git-annex(1)
38
39       git-annex-addurl(1)
40

AUTHOR

42       Joey Hess <id@joeyh.name>
43
44                                                      git-annex-registerurl(1)
Impressum