41 Commits

Author SHA1 Message Date
Fabien C. Y. Benureau
fe014bc0a5
fix note append of under python 2 with unicode 2019-08-02 16:02:53 +09:00
Olivier Mangin
eaeb48bd20
Minor readme and config update on git plugin. 2019-06-08 09:50:08 -07:00
Fabien C. Y. Benureau
d56bc88202
update changelog for PR 198 2019-06-06 14:17:29 +09:00
Olivier Mangin
1f1bbea917
Merge branch 'master' into git-plugin 2019-03-19 22:16:36 -07:00
Shane Stone
607f3af23f Add myself to contributors in readme.md 2019-03-17 16:23:02 -07:00
Amlesh Sivanantham (zamlz)
cd8ca9e97d
Changed url for contributor (zamlz) 2019-03-11 13:27:15 -07:00
Amlesh Sivanantham (zamlz)
4a61f91cb5
Created a doc add/rm event 2019-03-05 11:33:35 -08:00
Fabien C. Y. Benureau
b99c5b43fa
handle / in citekeys 2019-01-04 23:17:54 +09:00
Olivier Mangin
41de8b5aab
Fixes code blocks in readme.md. 2018-12-04 20:42:20 -08:00
Fabien C. Y. Benureau
c62d1c3c50
move test data from pickle to json 2018-08-09 19:51:40 +09:00
Olivier Mangin
754e926893
Adds authors of PRs to changelog and missing ksunden to readme. 2018-07-30 17:27:12 +02:00
Fabien C. Y. Benureau
c513870132
add requirements.txt file, mock. 2018-06-10 19:20:57 +09:00
Olivier Mangin
f808ff5f5c Updates list of contributors. 2017-12-11 15:07:38 -05:00
Olivier Mangin
b7d135f1c8 Adds wflynny to contributors. 2017-12-11 14:53:56 -05:00
Olivier Mangin
a286b118f4 Improves instructions in README. 2017-08-06 17:49:32 -04:00
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.
2017-07-09 21:09:19 +02:00
Fabien C. Y. Benureau
4ac5889123 Update installation section in readme 2017-07-09 20:58:56 +02:00
Olivier Mangin
576d907a78 Adds instructions for zsh completion. 2017-07-08 00:10:15 -04:00
Olivier Mangin
02c11aaaea Adds completion for citekeys. 2017-07-08 00:10:15 -04:00
Olivier Mangin
af73d4ed64 Basic autocompletion with argcomplete.
Only support pubs command completion.
2017-07-08 00:10:15 -04:00
Olivier Mangin
f1f5343017 [readme] Adds website in authors. 2017-07-05 16:13:50 -04:00
Olivier Mangin
2370d0b783 [readme] Adds a short install section to the README. 2017-07-05 16:13:50 -04:00
Olivier Mangin
87346707be FIX discrepancy in readme. 2016-01-06 23:56:55 -05:00
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.
2015-12-20 16:02:00 +01:00
73
a926c4c654 adds a *doc add|remove|export|open* command; depricates commands *open* and *attach*; fixed typos in readme.md and uis; 2015-12-13 21:34:48 +01:00
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.
2015-12-12 15:02:59 +01:00
Fabien Benureau
414043e88e Add Arnold Sykosch to authors 2015-12-11 14:35:49 +01:00
Olivier Mangin
4e204a41f2 Some more examples to README. 2015-12-05 00:39:54 -05:00
Fabien Benureau
da4723d6db Minor rewrite in readme.md 2015-12-04 07:15:24 +01:00
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.
2015-12-03 12:26:49 +01:00
Olivier Mangin
d2bd8a68b6 Doc: Fix readme dependancy. 2015-05-07 18:29:20 +02:00
Fabien Benureau
1319ebb828 added some doc in readme 2015-03-29 03:45:04 +02:00
Fabien Benureau
67abfdd97a Update readme.md with link to website. 2015-01-23 19:14:51 +01:00
Fabien Benureau
96d0ea6218 Update readme.md
Correct example, add doi example.
2015-01-09 00:18:02 +01:00
Olivier Mangin
4df972821c DOC: papers <- pubs. 2014-05-28 15:25:19 +02:00
Olivier Mangin
0b64bf086e Update for latest bibtexparser (>= 0.5.3).
Breaks compatibility with previous versions. Also fixes the UnicodeWarning.
2014-04-28 20:53:49 +02:00
Olivier Mangin
6e6aa8b3ef Adds missing dateutil dependency. 2014-04-19 22:36:05 +02:00
Olivier Mangin
f59a017d6f Adds missing pyyaml dependency. 2014-04-19 22:12:09 +02:00
Olivier Mangin
aedc59cf91 Minor: update requirements in readme. 2014-04-19 16:16:23 +02:00
Olivier Mangin
b51477fc58 Fix typo in readme and add dependency section. 2014-04-15 16:36:49 +02:00
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.
2014-04-13 15:10:40 +02:00