27 Commits

Author SHA1 Message Date
Fabien Benureau
637eab1059 removed dead code in list 2013-06-27 11:38:08 +02:00
Fabien Benureau
4d3ce2e2d8 factorized list command print code into helpers 2013-06-27 11:08:19 +02:00
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
Olivier Mangin
70eec18c1d FIX missing import in files. 2013-06-24 19:58:11 +02:00
Olivier Mangin
03145ed77e FIX bug in list. 2013-06-22 11:00:47 +02:00
Olivier Mangin
2fdf95c785 Adds ability to only list citekeys of matching papers (list cmd). 2013-06-19 17:02:55 +02:00
Olivier Mangin
281d945f08 FIX color bugs. 2013-06-18 20:22:02 +02:00
Olivier Mangin
af5020c6a4 FIX bugs introduced by change in color handling. 2013-06-13 16:58:56 +02:00
Fabien Benureau
c8501aa211 updating the code to new color module 2013-06-13 12:30:45 +02:00
jgrizou
fed60b7069 Author search by last name: ugly. 2013-06-12 19:20:45 +02:00
Olivier Mangin
db7a81598e Fix wrong command name (devlist -> list) 2013-06-12 12:42:34 +02:00
Olivier Mangin
2e52c33851 Merges devlist into list. 2013-06-11 11:38:56 +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
Olivier Mangin
f0750b0388 Adds tags display to list. 2013-06-06 12:03:14 +02:00
Olivier Mangin
04eeedf8a4 Switch to config based papers directory.
TODO add papers dir to config on papers init command.
2013-06-05 19:52:11 +02:00
Olivier Mangin
099e764c04 Removes paging from list command. 2013-06-05 18:10:14 +02:00
Olivier Mangin
42569f7f23 Adds basic UI functionalities. 2013-02-13 11:42:43 +01:00
Olivier Mangin
748717ff97 Adds edit command. 2013-01-04 15:27:29 +01:00
Olivier Mangin
f734e2f172 Simplified color usage. 2012-12-26 22:21:25 +01:00
Olivier Mangin
0d53619e1f Updates commands. Many bug fix. 2012-12-18 16:48:40 +01:00
Olivier Mangin
f2e9625aac Work in progress: improves UTF-8 support, cleans paper creation. 2012-12-14 21:10:36 +01:00
Olivier Mangin
655fb25bfa Adds command to add multiple reference at once.
Also fixes a few bugs.
2012-11-02 19:48:13 +01:00
Fabien Benureau
09b737b210 removed configparser in favor of yaml 2012-10-11 19:57:56 +02:00
Fabien Benureau
cdd2796638 finished implementing the classes
a lowercase bug remain that force to move to another format than configparser. Which is just as well.
2012-10-11 09:26:46 +02:00
Fabien Benureau
b413be687d imcomplete implementation of Repository, Paper classes 2012-10-10 16:33:17 +02:00
Fabien Benureau
15782375a5 citekey generation and support 2012-10-07 22:13:41 +02:00
Fabien Benureau
acab1b8044 major restructuring of code. many oliver remarks implemented. no new features.
divided code into multiple files
paperpile style argparse
setup.py with script option
2012-10-07 19:27:20 +02:00