Olivier Mangin
a65873a7e0
Fixes abspath called on urls preventing to get content from url.
...
Fix #7
7 years ago
Olivier Mangin
f6035cac80
Merge pull request #94 from pubs/fix/93
...
Fix #93 : actually save the modifications on `edit -m`.
7 years ago
Olivier Mangin
47f5c918ea
Fix #93 : saves the modifications on `edit -m`.
7 years ago
Olivier Mangin
2cab1666e8
Merge pull request #91 from pubs/fix/88
...
[Fix #88 ] Adds proper escaping for arguments in alias plugin.
7 years ago
Olivier Mangin
922781a89a
Moves shell_quote import out of p3.py
7 years ago
Olivier Mangin
5c74f942c4
[ Fix #88 ] Adds proper escaping for arguments in alias plugin.
7 years ago
Olivier Mangin
be3c124079
Fix update code.
8 years ago
Olivier Mangin
d40b86a9cf
Updates version everywhere.
8 years ago
Olivier Mangin
3e05ad6d19
Releases 0.7.0
8 years ago
Olivier Mangin
b63a132ac4
Version update.
8 years ago
Fabien C. Y. Benureau
6cccc021f8
Minor fix for isbn2index docstring
8 years ago
Olivier Mangin
a286b118f4
Improves instructions in README.
8 years ago
Olivier Mangin
bd872e807d
Lowercase license file.
8 years ago
Olivier Mangin
4f638ba9b6
Merge pull request #82 from pubs/bug/conf_cmd
...
Fixes bug in conf command and adds unittest
8 years ago
Olivier Mangin
69d7587108
Adds test for configuration file content in usecase.
8 years ago
Fabien C. Y. Benureau
366575763c
Remove duplicate test
8 years ago
Fabien C. Y. Benureau
0942df3b50
Fix pubs conf command
8 years ago
Olivier Mangin
fd084bb827
Merge branch 'fix/76'
8 years ago
Olivier Mangin
da6f07c6c9
Adds basic API test for DOI and ISBN.
8 years ago
Olivier Mangin
38fc68adbc
Refactors filebroker to remove file duplication.
8 years ago
Olivier Mangin
983d1892e0
Removes unused imports.
8 years ago
Olivier Mangin
7b19a9dcdd
Forces utf8 when no encoding in header for DOI request.
...
The default behavior from the requests library is to use the guess from
chardet which is not always reliable while doi.org seems to always
return utf8 encoded data. It's unlikely that this changes without also
updating the header.
8 years ago
Olivier Mangin
cf596206b0
FIX: Encode unicode before writing to file in python2.
...
This is necessary because _open returns a file descriptor in binary mode
for python2.
8 years ago
Olivier Mangin
81f2661593
Cosmit
8 years ago
Fabien Benureau
0dd51aff58
Merge pull request #79 from pubs/bug/websearch_fix
...
Fixes websearch in Python 3 (fix #69 )
8 years ago
Fabien C. Y. Benureau
1f224a90c7
Fixes websearch in Python 3 ( fix #69 )
8 years ago
Olivier Mangin
d281a82025
Merge pull request #71 from pubs/feat/note_extension
...
[notes] Allow different file extension for note file (closes #70 ).
8 years ago
Olivier Mangin
4ffd62fe9f
[notes] Allow different file extension for note file (see #70 ).
8 years ago
Olivier Mangin
cd63575034
Merge pull request #74 from pubs/feat/require_argcomplete
...
Adds argcomplete as an optional requirement.
8 years ago
Olivier Mangin
af503fd0eb
Argcomplete as an optional requirement.
8 years ago
Fabien C. Y. Benureau
bc71557461
Add argcomplete to required package (easier installation)
8 years ago
Fabien Benureau
7e3cd61628
Merge pull request #73 from pubs/bug/unittests
...
Bug/unittests
8 years ago
Olivier Mangin
9b6496d740
Removed commented code with old imports.
8 years ago
Olivier Mangin
323fb8b674
Fixes indent and removes unused io import.
8 years ago
Fabien C. Y. Benureau
3b4cfe635d
Fix tests for Python 2
...
Also, some cleanup in fake_env.py
8 years ago
Fabien C. Y. Benureau
66a91b3c0c
Fix content._open for Python 2
8 years ago
Fabien C. Y. Benureau
ce4b66e9b4
Fix unittests for Python 3
8 years ago
Fabien Benureau
2465f821ba
Merge pull request #61 from pubs/feat/autocomplete
...
Feat/autocomplete
8 years ago
Fabien C. Y. Benureau
a99e97c716
Streamline autocompletion explanations in readme
...
Important details about Bash were not mentioned in our explanation. Furthermore,
these instructions may get obsolete at any moment. Better to delegate to the
argcomplete project.
8 years ago
Fabien C. Y. Benureau
4ac5889123
Update installation section in readme
8 years ago
Olivier Mangin
e129398311
Pass the config to plugins on parser modification to allow completion.
8 years ago
Olivier Mangin
576d907a78
Adds instructions for zsh completion.
8 years ago
Olivier Mangin
92fb403871
Fix function in FakeModule.
8 years ago
Olivier Mangin
ce3ed1e52f
Use ImportError for older python versions.
8 years ago
Olivier Mangin
e1a6ad2167
Adds basic tag completion.
8 years ago
Olivier Mangin
02c11aaaea
Adds completion for citekeys.
8 years ago
Olivier Mangin
a5466c940e
Prepare configuration loading for autocomplete.
...
In particular, tries to load configuration when no argument is given.
Also removes unused check option from load_conf.
8 years ago
Olivier Mangin
f6e0412306
Missing import in update.
8 years ago
Olivier Mangin
af73d4ed64
Basic autocompletion with argcomplete.
...
Only support pubs command completion.
8 years ago
Olivier Mangin
559d486236
Fix path not expanded for edit_file command.
...
In particular the issue was preventing notes from being edited.
8 years ago