initial commit
[hdata.git] / README
blob2ad90e83ef9557a16b82d93c9b6aacab74ec52ef
1 usage: cdata [operation] [id]
2 operations:
3     cdata add                <filters>
4     cdata bookmark [options]           [id]
5     cdata citation [options]           <id>
6     cdata {help,-h,--help} [operation]
7     cdata modify   [options] <filters> <id>
8     cdata remove   [options]           <id>
9     cdata search   [options] [filters] [id]
10     cdata view     [options]           <id>
11     cdata {version,-v,--version}
13 usage: cdata add <filters>
14 filters:
15     -f <file>
16     -t <title>
17     -a <author1 [author2] ...>
18     -k <keyword1 [keyword2] ...>
19     -j <journal>
20     -v <volume>
21     -i <issue>
22     -d <date>
23     -p <page-from> <page-to>
25 usage: cdata search [filters] [id]
26 filters:
27     -f <file>
28     -t <title>
29     -a <author1 [author2] ...>
30     -k <keyword1 [keyword2] ...>
31     -j <journal>
32     -v <volume>
33     -i <issue>
34     -d <date-from> <date-to>
35     -p <page-from> <page-to>
36     -b : bookmarks
37 if no filters specified, specify <id> or nothing (everything will be printed)
38 view not yet implemented