Khard: Difference between revisions

From wikinotes
No edit summary
 
No edit summary
Line 1: Line 1:
khard (like khal) is a CLI CardDAV contacts manager.
khard is a CLI CardDAV contacts manager.<br>
It uses vdirsyncer on the back-end to sync between various formats,
It uses vdirsyncer on the back-end to synchronize contacts locally to .vcf files.
and you actually update local .vcf files.


{{ TODO |
Integrates with [[mutt]].
See HN post, appears to have alternate usage: https://jpmens.net/2020/04/12/rediscovering-carddav/
 
}}
= Documentation =
<blockquote>
{| class="wikitable"
|-
| github || https://github.com/scheibler/khard
|-
|}
</blockquote><!-- Documentation -->
 
= Tutorials =
<blockquote>
{| class="wikitable"
|-
| 2020 tutorial || https://jpmens.net/2020/04/12/rediscovering-carddav/
|-
|}
</blockquote><!-- Tutorials -->
 
= Notes =
<blockquote>
{| class="wikitable"
|-
| [[khard install]]
|-
| [[khard configuration]]
|-
| [[khard usage]]
|-
|}
</blockquote><!-- Notes -->


= Install =
= Install =
<blockquote>
<blockquote>
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
## as NON SUDO!!
pip install --user will khard
pip2 install --user will khard ## install without breaking dependencies of main site-packages
 
 
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Install -->
</blockquote><!-- Install -->


Line 25: Line 49:
= Configure =
= Configure =
<blockquote>
<blockquote>


</blockquote><!-- Configure -->
</blockquote><!-- Configure -->

Revision as of 21:27, 19 September 2021

khard is a CLI CardDAV contacts manager.
It uses vdirsyncer on the back-end to synchronize contacts locally to .vcf files.

Integrates with mutt.

Documentation

github https://github.com/scheibler/khard

Tutorials

2020 tutorial https://jpmens.net/2020/04/12/rediscovering-carddav/

Notes

khard install
khard configuration
khard usage

Install

pip install --user will khard

Usage

Configure