451 Commits

Author SHA1 Message Date
Fabien Benureau
757a8b300e Add an update mechanism for old repositories
The update is done transparently, and displays a warning message explaining the change.
All the update machinery has been moved to the new update module.
2015-12-05 20:36:19 +01:00
Olivier Mangin
4e204a41f2 Some more examples to README. 2015-12-05 00:39:54 -05:00
Olivier Mangin
681ae65c9e Fixes issue #35.
pubs tag non-existing-citekey some-tag

Know fails as expected. The commit however removes the option of listing
tags as separate arguments.
2015-12-04 23:44:05 -05:00
Olivier Mangin
5480f79d8d Fixes ˇpubs tag citekey :sometagˇ not working.
Also adds a few tests for the tag command.
2015-12-04 23:20:19 -05:00
Fabien Benureau
93c54939b3 Rewritten config module
It depends on configobj, is cleaner and simpler than the previous implementation.
It adds comments in the config file, and type verification.

Related: #18
2015-12-04 20:49:05 +01:00
Fabien Benureau
da4723d6db Minor rewrite in readme.md 2015-12-04 07:15:24 +01:00
Fabien Benureau
4b3b2a23bd Improves interface of PrintUI
`print_out()` is replaced by `message()`, that redirect the output to
the stdout controlled by the PrintUI instance. Other than that, can be
used the same way as `print()`.
2015-12-03 16:09:54 +01:00
Fabien Benureau
17b420f102 Add supported python versions to readme
Given that PEP 0414 was only implemented on 3.3, Python 3
of version 3.2 and prior is not supported, as it would be
cumbersome to add, and 3.2 is used by few anyway.
2015-12-03 12:26:49 +01:00
Fabien Benureau
2151796cc4 Fix install in travis file 2015-12-03 10:16:58 +01:00
Fabien Benureau
174aea4008 Add travis support 2015-12-03 10:13:02 +01:00
Fabien Benureau
b71494ed42 Fix pubs init TypeError
The error was due to python 2 and 3 not playing nice when opening files.
This is probably linked to some botched unicode handling on our part somewhere
else is the package, and needs to be addressed when the `configs` module is
rewritten.

Also addresses some other minor unicode bugs.

Fix #27.
Related #18.
2015-12-03 10:00:19 +01:00
Fabien Benureau
29c6eaa8b5 Fix obsolete repo version
This fix is temporary. A better long-term solution should be found, and a less
intrusive update strategy devised.
2015-12-03 09:47:38 +01:00
Fabien Benureau
b2dac68856 Add beautifulsoup4 dependency and update setup.py
A setup.cfg file was added for readme.md support on pypi.
Version number in setup.py is now the same as __version__ attribute.

Adresses: #31
2015-12-03 08:43:23 +01:00
Fabien Benureau
b8bcd6cc11 Fix color support
Fix bugs and regression on color support introduced by previous commits
2015-12-03 08:34:43 +01:00
Fabien Benureau
05ec6d274b Merge branch 'feat/config_overhaul': better color and ui
plain why this merge is necessary,
2015-12-02 16:54:23 +01:00
Fabien Benureau
cce9406670 new print ui, more robust colors 2015-12-02 16:36:27 +01:00
Fabien Benureau
d5a4fcf73c tighter utf-8 airlock in content.py 2015-12-02 06:39:58 +01:00
Fabien Benureau
8afb7a4777 Merge remote-tracking branch 'refs/remotes/origin/master' 2015-12-02 06:39:27 +01:00
Olivier Mangin
d2bd8a68b6 Doc: Fix readme dependancy. 2015-05-07 18:29:20 +02:00
Olivier Mangin
67aac0a2d7 Adds move option to add and attach commands.
When set removes original document file after copy.
2015-05-07 13:55:08 +02:00
Olivier Mangin
de2a50eeb2 Fix tests and terminology.
First this brings a change to the paper API: the terminology of bibdata
and bibentry is clarified: now bibentry is a dictionary of the form
{citekey: bibdata} where bibdata corresponds to the actual dictionary of
bibliographic fields and values {author: ..., year: ...}.
Now bibentry is an attribute of the paper object that is generated from
citekey and bibdata.

This commit fixes all tests in particular an issue with citekey in
bibentry not updated.

Also removes prints in tests and deprecated assertEquals.

Usecase tests now fail if the command ask for unexpected inputs.

Removes queries for user input in attach and add commands (for deletion
of a copied document file). The input was not coherent with tests and is
annoying.
2015-05-07 13:17:44 +02:00
Olivier Mangin
d0a1d64720 Fix warning about deprecated SafeConfigParser. 2015-05-07 10:58:29 +02:00
Olivier Mangin
45fc257575 Fixes #32.
Use key depending on bibtexparser version in endecoder.
2015-04-28 11:56:50 +02:00
Fabien Benureau
3aa64d4cd2 minor dialog update 2015-04-15 16:52:10 +02:00
Fabien Benureau
ec330571e8 option for listing all references without pdfs 2015-04-15 16:51:15 +02:00
Fabien Benureau
f7dcc60fbc made formatting more robust 2015-03-29 03:49:53 +02:00
Fabien Benureau
1319ebb828 added some doc in readme 2015-03-29 03:45:04 +02:00
Fabien Benureau
0aaf094fa1 temporary fix for TypeError exception at init 2015-03-29 00:23:55 +01:00
Fabien Benureau
825966d34e fixed typo in oneliner 2015-01-24 01:20:14 +01:00
Fabien Benureau
526dc6418f updated add cmds with isbn support, improved dialog, replaced -c and -C by single --link option 2015-01-24 01:01:31 +01:00
Fabien Benureau
3989a13359 updated oneliner and colors 2015-01-24 01:01:30 +01:00
Fabien Benureau
9fe568805c fixed bug in attach cmds 2015-01-24 01:01:30 +01:00
Fabien Benureau
67abfdd97a Update readme.md with link to website. 2015-01-23 19:14:51 +01:00
Fabien Benureau
27a3058bee improved dialogs 2015-01-23 16:47:50 +01:00
Fabien Benureau
dd0475db46 added implicit autocompletion for open and edit cmds 2015-01-23 12:06:59 +01:00
Fabien Benureau
bb45eee96d update gitignore 2015-01-23 12:00:31 +01:00
Fabien Benureau
4c678b6a8f fixed occasional ZipImportError at install 2015-01-23 11:58:30 +01:00
Fabien Benureau
2aba477e84 downplaying colors, authors are just bold 2015-01-22 04:09:15 +01:00
Fabien Benureau
2cabdf4703 add dialog to delete the original docfile if copied 2015-01-22 04:08:35 +01:00
Fabien Benureau
540b2c3113 more robust parsing of bash commands. added remove_file method stub. 2015-01-22 04:07:30 +01:00
Fabien Benureau
69a045c203 remove more verbose, report action taken. 2015-01-22 04:06:03 +01:00
Fabien Benureau
2dc1b9ea4f fix input() 2015-01-22 04:03:19 +01:00
Fabien Benureau
97a0d15ca2 fix graceful exit when DOI is not recognized 2015-01-20 11:06:52 +01:00
Fabien Benureau
96d0ea6218 Update readme.md
Correct example, add doi example.
2015-01-09 00:18:02 +01:00
Fabien Benureau
0c51c5f36b fix UI interactions for Python 2.x 2015-01-08 15:00:18 +01:00
Fabien Benureau
adb0158c3d experimental support for adding from DOIs 2015-01-08 14:58:41 +01:00
Fabien Benureau
2e5defeb52 improved setup for pypi submission 2014-10-28 13:22:11 +01:00
Olivier Mangin
921c54f535 Closes issue #21.
0b64bf0 introduced a hack (http://git.io/1ZbMkg) related to an issue
in bibtexparser : sciunto/python-bibtexparser/issues/17.
This has been fixed by sciunto/python-bibtexparser@6beb646 and the hack
can be safely removed.

Pubs should be updated accordingly as soon as the bibtexparser FIX gets to a released version.
2014-09-11 19:05:59 +02:00
Olivier Mangin
d37b15dc3d Merge branch 'feat/python3' into develop 2014-09-11 18:50:23 +02:00
Olivier Mangin
adb0caa3ed Use default python in executable. 2014-09-11 18:47:54 +02:00