Khard: Difference between revisions

From wikinotes
No edit summary
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
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/
}}


= Install =
= Documentation =
<blockquote>
<blockquote>
<syntaxhighlight lang="bash">
{| class="wikitable"
## as NON SUDO!!
|-
pip2 install --user will khard ## install without breaking dependencies of main site-packages
| github || https://github.com/scheibler/khard
|-
|}
</blockquote><!-- Documentation -->


= Locations =
<blockquote>
{| class="wikitable"
|-
| <code>~/.config/khard/khard.conf</code> || config
|-
|}
</blockquote><!-- Locations -->


</syntaxhighlight>
= Tutorials =
 
</blockquote><!-- Install -->
 
= Usage =
<blockquote>
<blockquote>
{| class="wikitable"
|-
| 2020 tutorial || https://jpmens.net/2020/04/12/rediscovering-carddav/
|-
|}
</blockquote><!-- Tutorials -->


</blockquote><!-- Usage -->
= Notes =
 
= Configure =
<blockquote>
<blockquote>
 
{|
 
|-
</blockquote><!-- Configure -->
| [[khard install]]
|-
| [[khard configuration]]
|-
| [[khard usage]]
|-
|}
</blockquote><!-- Notes -->

Latest revision as of 21:34, 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

Locations

~/.config/khard/khard.conf config

Tutorials

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

Notes

khard install
khard configuration
khard usage