Fabien C. Y. Benureau
dc2bc9c0e5
update changelog and contributors
4 years ago
Fabien C. Y. Benureau
d11f443276
explicit move/copy dialog in add; update changelog
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
d06c8da29b
fix #219 : doc add -L
5 years ago
Fabien C. Y. Benureau
28bb12cc79
update readme, add section about config file
...
fix #214
5 years ago
Fabien C. Y. Benureau
fe014bc0a5
fix note append of under python 2 with unicode
6 years ago
Olivier Mangin
eaeb48bd20
Minor readme and config update on git plugin.
6 years ago
Fabien C. Y. Benureau
d56bc88202
update changelog for PR 198
6 years ago
Olivier Mangin
1f1bbea917
Merge branch 'master' into git-plugin
6 years ago
Shane Stone
607f3af23f
Add myself to contributors in readme.md
6 years ago
Amlesh Sivanantham (zamlz)
cd8ca9e97d
Changed url for contributor (zamlz)
6 years ago
Amlesh Sivanantham (zamlz)
4a61f91cb5
Created a doc add/rm event
6 years ago
Fabien C. Y. Benureau
b99c5b43fa
handle / in citekeys
6 years ago
Olivier Mangin
41de8b5aab
Fixes code blocks in readme.md.
6 years ago
Fabien C. Y. Benureau
c62d1c3c50
move test data from pickle to json
7 years ago
Olivier Mangin
754e926893
Adds authors of PRs to changelog and missing ksunden to readme.
7 years ago
Fabien C. Y. Benureau
c513870132
add requirements.txt file, mock.
7 years ago
Olivier Mangin
f808ff5f5c
Updates list of contributors.
7 years ago
Olivier Mangin
b7d135f1c8
Adds wflynny to contributors.
7 years ago
Olivier Mangin
a286b118f4
Improves instructions in README.
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
576d907a78
Adds instructions for zsh completion.
8 years ago
Olivier Mangin
02c11aaaea
Adds completion for citekeys.
8 years ago
Olivier Mangin
af73d4ed64
Basic autocompletion with argcomplete.
...
Only support pubs command completion.
8 years ago
Olivier Mangin
f1f5343017
[readme] Adds website in authors.
8 years ago
Olivier Mangin
2370d0b783
[readme] Adds a short install section to the README.
8 years ago
Olivier Mangin
87346707be
FIX discrepancy in readme.
9 years ago
Fabien Benureau
48e7658b8c
Update readme.md
...
Precise that the alias plugin should be activated. (see #47 )
Section on document management, and clues where to find more help.
Remove outdated requirements, automatically installed anyway.
9 years ago
73
a926c4c654
adds a *doc add|remove|export|open* command; depricates commands *open* and *attach*; fixed typos in readme.md and uis;
9 years ago
Fabien Benureau
7186576aef
Fix bug in args & less-aggressive update
...
Without args.prog, AliasCommand fail. Alias is better documented
in the readme and initial config files.
Update will now only trigger with version bumps. And the plugins
section is not updated. Removes the --upgrade flag.
9 years ago
Fabien Benureau
414043e88e
Add Arnold Sykosch to authors
9 years ago
Olivier Mangin
4e204a41f2
Some more examples to README.
9 years ago
Fabien Benureau
da4723d6db
Minor rewrite in readme.md
9 years ago
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.
9 years ago
Olivier Mangin
d2bd8a68b6
Doc: Fix readme dependancy.
10 years ago
Fabien Benureau
1319ebb828
added some doc in readme
10 years ago
Fabien Benureau
67abfdd97a
Update readme.md with link to website.
10 years ago
Fabien Benureau
96d0ea6218
Update readme.md
...
Correct example, add doi example.
10 years ago
Olivier Mangin
4df972821c
DOC: papers <- pubs.
11 years ago
Olivier Mangin
0b64bf086e
Update for latest bibtexparser (>= 0.5.3).
...
Breaks compatibility with previous versions. Also fixes the UnicodeWarning.
11 years ago
Olivier Mangin
6e6aa8b3ef
Adds missing dateutil dependency.
11 years ago
Olivier Mangin
f59a017d6f
Adds missing pyyaml dependency.
11 years ago
Olivier Mangin
aedc59cf91
Minor: update requirements in readme.
11 years ago
Olivier Mangin
b51477fc58
Fix typo in readme and add dependency section.
11 years ago
Fabien Benureau
d3736e257b
moving from pybtex to bibtextparser, fixed major regressions.
...
* only bibtex format is supported
* all tests except test_repo.py and edit test pass
* edit and update commands were not updated
* removed --format argument from export, only bibtex is supported.
11 years ago