Fabien C. Y. Benureau
6271b0bd1c
stricter tests for exclude_bibtex_fields
3 years ago
Fabien C. Y. Benureau
d9c8af7c9a
rename `bibtex_field_excludes` into `exclude_bibtex_fields`
3 years ago
Mitsuhiro Nakamura
a14d6441a4
refactor: rename variables
3 years ago
Mitsuhiro Nakamura
040e756f21
refactor: add utility function to exclude bibtex fields
3 years ago
Mitsuhiro Nakamura
df52580a0f
test: add tests for excluding bibtex fields
3 years ago
Mitsuhiro Nakamura
d2dfe7dc9a
feat(cmd edit): exclude bibtex fields if specified
3 years ago
Mitsuhiro Nakamura
b208bc45bc
feat(cmd export): exclude bibtex fields if specified
3 years ago
Mitsuhiro Nakamura
b9c65bda39
feat(cmd import): exclude bibtex fields if specified
3 years ago
Mitsuhiro Nakamura
5a10a5631b
feat(cmd add): exclude bibtex fields if specified
3 years ago
Mitsuhiro Nakamura
80867675b3
feat: add config spec to exclude bibtex fields
3 years ago
Fabien C. Y. Benureau
4ec4ba0390
Merge pull request #259 from guludo/fix-content_type-https
...
Detect HTTPS links in content_type()
3 years ago
Fabien C. Y. Benureau
ccead4945d
Merge pull request #262 from dotlambda/type-case
...
preserve case of field 'type'
3 years ago
Robert Schütz
cb61ff6fc8
preserve case of field 'type'
...
Non-standard types such as "Diplomarbeit" should not be converted to
lowercase.
4 years ago
Olivier Mangin
29e8fecfa9
Minor readme fixes.
4 years ago
Olivier Mangin
f10463a97c
Merge pull request #260 from pubs/fix/256
...
Fixes #256 .
4 years ago
Olivier Mangin
a6b63ccafa
Changelog update.
4 years ago
Olivier Mangin
6e31a98c18
Minor: forgotten print.
4 years ago
Olivier Mangin
427af1b4b3
Use correct event name in workflow.
4 years ago
Olivier Mangin
d89cc30862
Remove travis configuration.
4 years ago
Olivier Mangin
745db24eaf
Add install test to github action with cron trigger.
...
The install test is only run when the cron event is the trigger.
4 years ago
Olivier Mangin
fd2227b548
Fix git plugin tests.
...
Add fake author info to environment while running the tests to avoid
failure of the git commit commands.
4 years ago
Olivier Mangin
526ed05c41
PEP8 and cosmetic changes.
4 years ago
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
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