329 Commits (21518f3a75987ecfd5ddc30e1206ca93abddffbc)

Author SHA1 Message Date
Olivier Mangin d0a1d64720 Fix warning about deprecated SafeConfigParser.
10 years ago
Olivier Mangin 45fc257575 Fixes #32.
10 years ago
Fabien Benureau 3aa64d4cd2 minor dialog update
10 years ago
Fabien Benureau ec330571e8 option for listing all references without pdfs
10 years ago
Fabien Benureau f7dcc60fbc made formatting more robust
10 years ago
Fabien Benureau 0aaf094fa1 temporary fix for TypeError exception at init
10 years ago
Fabien Benureau 825966d34e fixed typo in oneliner
10 years ago
Fabien Benureau 526dc6418f updated add cmds with isbn support, improved dialog, replaced -c and -C by single --link option
10 years ago
Fabien Benureau 3989a13359 updated oneliner and colors
10 years ago
Fabien Benureau 9fe568805c fixed bug in attach cmds
10 years ago
Fabien Benureau 27a3058bee improved dialogs
10 years ago
Fabien Benureau dd0475db46 added implicit autocompletion for open and edit cmds
10 years ago
Fabien Benureau 2aba477e84 downplaying colors, authors are just bold
10 years ago
Fabien Benureau 2cabdf4703 add dialog to delete the original docfile if copied
10 years ago
Fabien Benureau 540b2c3113 more robust parsing of bash commands. added remove_file method stub.
10 years ago
Fabien Benureau 69a045c203 remove more verbose, report action taken.
10 years ago
Fabien Benureau 2dc1b9ea4f fix input()
10 years ago
Fabien Benureau 97a0d15ca2 fix graceful exit when DOI is not recognized
10 years ago
Fabien Benureau 0c51c5f36b fix UI interactions for Python 2.x
10 years ago
Fabien Benureau adb0158c3d experimental support for adding from DOIs
10 years ago
Olivier Mangin 921c54f535 Closes issue #21.
11 years ago
Olivier Mangin adb0caa3ed Use default python in executable.
11 years ago
Olivier Mangin f2125b4c19 Tags have to be printed in alphabetical order.
11 years ago
Olivier Mangin 0479636393 Fix issues with stdout and updates tests.
11 years ago
Olivier Mangin 52813439dd Removes useless beets_ui and FIX input issue between python 2 and 3.
11 years ago
Olivier Mangin fd49c3acf2 Removes unappropriate encoding of string.
11 years ago
Olivier Mangin 136b8f83dc Fix fake_env, fix configparser issues, uniform 'open'.
11 years ago
Olivier Mangin d758df2ac9 A few python3 fixes.
11 years ago
Olivier Mangin cac73d251c Removes unused paper number in bib_oneliner and filers.
11 years ago
Fabien Benureau e1fd34a1ea alphabetical option for list command
11 years ago
Olivier Mangin 47103058d6 FIX bug in query introduced by d3736e25.
11 years ago
Olivier Mangin 4fd2e964b3 FIX bug in tag command (multiple line printed instead of one).
11 years ago
Olivier Mangin 0b64bf086e Update for latest bibtexparser (>= 0.5.3).
11 years ago
Olivier Mangin 89bf370902 Fails to add with existing citekey.
11 years ago
Olivier Mangin 39b2e4f912 Factorizes code for adding document.
11 years ago
Olivier Mangin 53a0f0a86e Fixes path conversion for add_doc.
11 years ago
Olivier Mangin 506bb24e50 Many cleanup in unicode encoding.
11 years ago
Olivier Mangin 3a149f655f Fix bug introduced by 78437acb4a.
11 years ago
Fabien Benureau 48ad7e9b69 fix bug when calling
11 years ago
Fabien Benureau 84fd5d7649 fix #17
11 years ago
Olivier Mangin c45b64506a Merge branch 'develop' into feat/python3
11 years ago
Fabien Benureau 071730a49b fix #5 and achieve method parity between databroker and datacache
11 years ago
Olivier Mangin c9637b7607 Minor: unichr <- uchr.
11 years ago
Olivier Mangin 8136e0906e Fix use of range as list.
11 years ago
Olivier Mangin 571162a54d Adds renamed libs for python3.
11 years ago
Olivier Mangin 01fd368c97 Fix import and except syntax for python3.
11 years ago
Olivier Mangin ed16f0bb5b Fix undefined variable and remove 'added' time (set by repo.push_paper).
11 years ago
Olivier Mangin 7713e5d80e Fix encoding of keywords.
11 years ago
Olivier Mangin 9b6f6db297 Fixes editor formatting.
11 years ago
Olivier Mangin 91b3fc75bb Several bug fixes.
11 years ago
Olivier Mangin ac1562f4ea Fix open_cmd and misleading example from testrepo.
11 years ago
Olivier Mangin 0274f2640a Fix bug in export.
11 years ago
Olivier Mangin b71b602a50 FIX bug in color when color not activated.
11 years ago
Olivier Mangin 3e8b780e84 FIX bib_oneliner not robust to missing year.
11 years ago
Olivier Mangin ad29b27412 FIX bugs witth added time.
11 years ago
Olivier Mangin d2ba13700f Better handling of path (also fixes bugs).
11 years ago
Olivier Mangin 07cb6f696c Adds back edit command.
11 years ago
Olivier Mangin c9e4f9788c Moves removing of 'id' to endecoder where it belongs.
11 years ago
Olivier Mangin e1ae125916 Removes texnotes plugin since it is too specific.
11 years ago
Olivier Mangin e4a25abcfb FIXES test_repo.
11 years ago
Olivier Mangin c299874146 Fix use of color for import error while color module not yet imported.
11 years ago
Olivier Mangin de3dda85d1 FIX inconsistent error on push for existing paper.
11 years ago
Olivier Mangin 2f1a8ae42a Adds possibility to create repo when instance initialized.
11 years ago
Fabien Benureau 47f54af8fa bump to version 5
11 years ago
Fabien Benureau d3736e257b moving from pybtex to bibtextparser, fixed major regressions.
11 years ago
Fabien Benureau c692f23054 space separation for tags + tag color
11 years ago
Fabien Benureau 523fe888a3 many bugfixes when adding paper through editor
11 years ago
Fabien Benureau e6d4c33846 added dialog when downloading a file
11 years ago
Fabien Benureau be88ab1cf5 added 'pdf' field to docfile search in bibfile
11 years ago
Fabien Benureau 3aaed155f6 pubs list returns papers sorted by the time they were added
11 years ago
Fabien Benureau 7fe7704699 fix attach_cmd where meta would not be updated
11 years ago
Fabien Benureau dfd16c029d first working paper test + bugfix
11 years ago
Fabien Benureau 9243859294 updated test_usecase + fixed bug in import_cmd
11 years ago
Fabien Benureau 0b1a351485 bibstruct tests + bug fixes
11 years ago
Fabien Benureau dbb17426d0 add_cmd: fix bug
11 years ago
Fabien Benureau 529e4e5950 added timestamps
11 years ago
Fabien Benureau c4f296346a add template text to add editor input
11 years ago
humm 2078876168 default bibfile formant is bibtex + fixed a bug in get_content
11 years ago
Fabien Benureau 8d91545472 papers renamed 'pubs'
11 years ago