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.
9 years ago
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
9 years ago
Fabien Benureau
b8bcd6cc11
Fix color support
...
Fix bugs and regression on color support introduced by previous commits
9 years ago
Fabien Benureau
05ec6d274b
Merge branch 'feat/config_overhaul': better color and ui
...
plain why this merge is necessary,
9 years ago
Fabien Benureau
cce9406670
new print ui, more robust colors
9 years ago
Fabien Benureau
d5a4fcf73c
tighter utf-8 airlock in content.py
9 years ago
Fabien Benureau
8afb7a4777
Merge remote-tracking branch 'refs/remotes/origin/master'
9 years ago
Olivier Mangin
d2bd8a68b6
Doc: Fix readme dependancy.
10 years ago
Olivier Mangin
67aac0a2d7
Adds move option to add and attach commands.
...
When set removes original document file after copy.
10 years ago
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.
10 years ago
Olivier Mangin
d0a1d64720
Fix warning about deprecated SafeConfigParser.
10 years ago
Olivier Mangin
45fc257575
Fixes #32 .
...
Use key depending on bibtexparser version in endecoder.
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
1319ebb828
added some doc in readme
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
67abfdd97a
Update readme.md with link to website.
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
bb45eee96d
update gitignore
10 years ago
Fabien Benureau
4c678b6a8f
fixed occasional ZipImportError at install
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
96d0ea6218
Update readme.md
...
Correct example, add doi example.
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
Fabien Benureau
2e5defeb52
improved setup for pypi submission
10 years ago
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.
11 years ago
Olivier Mangin
d37b15dc3d
Merge branch 'feat/python3' into develop
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.
...
Not so clean since trying to change stdout encoding requires accessing
sys.stdout.buffer, so fake_env has to mock this layer also. The basic
differences between p2 and p3 are handled in p3.py.
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'.
...
- Update fake_env for compatibility with io.
- Uniform open (through _my_open in content).
- Fix read issue for config (although still using SafeConfigParser that
is deprecated in py3).
11 years ago
Olivier Mangin
d758df2ac9
A few python3 fixes.
...
- Fix one implicit relative import.
- Fix call to file builtin in test_env.
- Fix deprecated lambda syntax.
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
4df972821c
DOC: papers <- pubs.
11 years ago
Olivier Mangin
47103058d6
FIX bug in query introduced by d3736e25
.
...
Author name equlity to query is tested instead of query inclusion.
11 years ago
Olivier Mangin
4fd2e964b3
FIX bug in tag command (multiple line printed instead of one).
11 years ago