Olivier Mangin
7413926589
Add github test workflow.
4 years ago
Olivier Mangin
1865e64ce3
Update ddt dependency after upstream bug fix.
4 years ago
Fabien C. Y. Benureau
96cce2cab5
update contributors
4 years ago
Fabien C. Y. Benureau
9af70c48f5
Merge pull request #257 from guludo/patch-1
...
Update links for argcomplete
4 years ago
Gustavo Sousa
0eeec091bf
Detect HTTPS links in content_type()
...
This allows downloading files provided via https links.
4 years ago
Gustavo José de Sousa
16ae70d773
Update links for argcomplete
...
The location for argcomplete's documentation has been changed to https://kislyuk.github.io/argcomplete .
4 years ago
Olivier Mangin
60b424a745
Merge pull request #253 from pubs/fix/252
...
Fix collision of entry type key with valid field name 'type'.
4 years ago
Olivier Mangin
7c5cbf4267
Minor: remove unused partial test.
4 years ago
Olivier Mangin
c363e13cbf
Fix collision of entry type key with valid field name 'type'.
...
Fixes #252 .
4 years ago
Fabien C. Y. Benureau
dc2bc9c0e5
update changelog and contributors
4 years ago
Dominik Stańczak
a8ec3f41e6
Adjust for conciseness
4 years ago
Dominik Stańczak
5d6010394d
Add note on using commas in alias descriptions
...
On my installation, using commas in docstring descriptions causes a `error: unsupported operand type(s) for %: 'list' and 'dict'` error. Wrapping the description in a string solves that.
4 years ago
Fabien C. Y. Benureau
1130a9343d
fix deprecation warning in color.py
4 years ago
Jonas Kulhanek
2e939dbc1b
Add tests for alias
4 years ago
Jonáš Kulhánek
0777a99d30
Allow passing named arguments to custom commands.
...
This allows passing named arguments to custom commands. An example would be `pubs search keyword --ignore-author` and the corresponding alias would redirect the call to the custom script like follows: `search = !"$DOTFILES/pubs/scripts/search.py" "$@"`.
4 years ago
Fabien C. Y. Benureau
89429a8c24
update changelog
4 years ago
Fabien C. Y. Benureau
f3dace4987
Merge pull request #250 from pubs/fix/note_expanduser
...
Fix #249 : ~ expansion in filebroker.DocBroker
4 years ago
Fabien C. Y. Benureau
e6d0754a8d
Fix #249 : ~ expansion in filebroker.DocBroker
4 years ago
Olivier Mangin
d3b6654fd1
Merge pull request #245 from pubs/fix/broken-tests-on-macos-jenkins
...
Add pytest to test requirements as none optional.
4 years ago
Olivier Mangin
f1fd60679b
Adds python 3.9 to build matrix.
4 years ago
Olivier Mangin
c21659eb98
Update dependencies and test to drop python 3.5 support.
...
The reason for dropping python 3.5 support is that it is not compatible
with the feedparser dependency. The version is anyway not supported any
more (security fixes stopped on 2020/09).
4 years ago
Olivier Mangin
d0608697bb
Add pytest to test requirements as none optional.
4 years ago
Jonas Kulhanek
bc802e2bab
fix alias
5 years ago
Fabien C. Y. Benureau
d11f443276
explicit move/copy dialog in add; update changelog
5 years ago
beuerle
54facc4085
fix statistics cmd; count papers w/ tag, not w/o
5 years ago
Fabien C. Y. Benureau
3209f35bd1
Merge branch 'beuerle-PR_resolve_citekey'
5 years ago
Fabien C. Y. Benureau
e8700d7db1
added test for ambiguous citkeys
...
* also reworked the test code to allow to capture output even
when pubs throws an error.
* empty tags are not added to the metadata anymore (does not affect
existing instances)
5 years ago
Fabien C. Y. Benureau
7e98939202
Merge branch 'PR_resolve_citekey' of https://github.com/beuerle/pubs into beuerle-PR_resolve_citekey
5 years ago
Fabien C. Y. Benureau
46da2c9187
Merge pull request #227 from pubs/feat/remove_prompt
...
Feat/remove prompt
5 years ago
beuerle
21518f3a75
fix missing conf argument for resolve_citekey
5 years ago
Fabien C. Y. Benureau
c9aa8ddd41
fix side-effects of merge, and deprecation warnings
5 years ago
Fabien C. Y. Benureau
def25609a1
Merge branch 'master' into feat/remove_prompt
5 years ago
Fabien C. Y. Benureau
8ab89ab3bb
Merge pull request #225 from pubs/feat/212_n_authors
...
Add a max_authors option in the configuration, and fix test failures.
Fixes #223 , #212 . Includes PR #224 .
5 years ago
Fabien C. Y. Benureau
76f5156a21
pin ddt version to 1.3.1
...
because of https://github.com/datadriventests/ddt/issues/83
5 years ago
Fabien C. Y. Benureau
04b25a22c8
renamed n_authors into max_authors
5 years ago
Fabien C. Y. Benureau
90b61089b1
improve remove prompt (see #153 )
5 years ago
Fabien C. Y. Benureau
4a27faf3ab
update changelog
5 years ago
Fabien C. Y. Benureau
7bd475378c
support for non-standard bibtex types, fix #210 #218
5 years ago
Fabien C. Y. Benureau
a30e75a5e6
support all one_liner + fix deprecation warnings in utils
5 years ago
Fabien C. Y. Benureau
1b8728f4f6
minor: fix output flags in usecase
5 years ago
Fabien C. Y. Benureau
ad85fe9df8
add usecase test for n_authors
5 years ago
Fabien C. Y. Benureau
7776b65de2
number of displayed authors configurable
...
fix #212
5 years ago
Fabien C. Y. Benureau
44b0c5b4c9
colors in edit command dialogs
5 years ago
Olivier Mangin
2f6e0d4e85
Fix #223 : update python versions in travis.
...
- remove python version unsupported by pyfakefs from testing in Travis,
- add python 3.8.
5 years ago
Fabien C. Y. Benureau
246a00671e
fix #220 : errno error.
5 years ago
Fabien C. Y. Benureau
d06c8da29b
fix #219 : doc add -L
5 years ago
Jonas Kulhanek
efbccef2a1
fix pubkey for python3.x
5 years ago
Jonas Kulhanek
837392a33a
fix pubkey generation for python2.7
5 years ago
Jonas Kulhanek
d073e60711
add tests for pubkey generation
5 years ago
Jonas Kulhanek
d2ecdd5669
Merge branch 'master' of https://github.com/pubs/pubs
5 years ago