26 Commits

Author SHA1 Message Date
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