mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-19 14:07:46 +02:00
24 lines
587 B
Markdown
24 lines
587 B
Markdown
# Khard
|
|
|
|
`khard` is a adressbook that runs in your terminal.
|
|
You can sync it with [vdirsyncer](vdirsyncer.md).
|
|
|
|
## Setup
|
|
|
|
### Arch Linux
|
|
|
|
- `pacman -S khard` - Install needed programs
|
|
|
|
### Configuration
|
|
|
|
- Add and configure a config for khard
|
|
- `mkdir ~/.config/khard` - add a directory for the config
|
|
- `cp /usr/share/doc/khard/khard.conf.example ~/.config/khard/khard.conf` -
|
|
Copy the example configuration
|
|
- Adjust `khard.conf` to your needs
|
|
|
|
#### Mutt
|
|
|
|
It is possible to use your khard-addressbook in mutt.
|
|
To see how it works check out the [Mutt](/#application/neomutt.md).
|