7 Commits

Author SHA1 Message Date
Fabien Benureau
d30d5f32c4 "label" renamed as "tag" in the metadata file (and everywhere else).
Use the update command to update your metadata files.
Tags is now a property of the Paper class, so one can use :
print(p.tags)
p.tags = ['math', 'romance']
2013-06-25 23:42:06 +02:00
Jonathan Grizou
5944affd60 update TODO 2013-06-09 01:25:29 +02:00
Jonathan Grizou
a162f26723 A first trial to add queries in list_cmd -> see devlist_cmd. 2013-06-09 01:06:55 +02:00
Jonathan Grizou
7b034b6d53 A proposal to change add_cmd -> see devadd_cmd. Bibfile becomes an option. If not define, open editor to fill one. 2013-06-08 23:59:18 +02:00
Jonathan Grizou
511b8e5680 Some comments in files, no modif in api 2013-06-08 21:56:42 +02:00
jgrizou
142c6df2ce Adds item to TODO and modif .gitignore 2013-06-07 20:55:23 +02:00
Olivier Mangin
66fc618149 Adds TODO, FIX minor issue in list, change explicit call to class name
to cla.
2013-06-06 14:49:33 +02:00