summaryrefslogtreecommitdiff
path: root/integrations/aercbook.md
diff options
context:
space:
mode:
Diffstat (limited to 'integrations/aercbook.md')
-rw-r--r--integrations/aercbook.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/integrations/aercbook.md b/integrations/aercbook.md
new file mode 100644
index 00000000..31f44b7e
--- /dev/null
+++ b/integrations/aercbook.md
@@ -0,0 +1,22 @@
+---
+title: "aerc-wiki: Integrations/aercbook"
+---
+
+# aercbook
+
+To use aercbook with aerc, you can add the following line to your
+`aerc.conf`, `[compose]` section:
+
+```ini
+address-book-cmd = aercbook /path/to/aercbook.txt "%s"
+```
+
+Set a keybinding in `binds.conf`, `[view]` section, for adding all e-mail
+addresses of the current e-mail to your aercbook:
+
+```ini
+aa = :pipe -m aercbook /path/to/aercbook.txt --parse --add-all<Enter>
+```
+
+Project page:
+[aercbook: Minimalistic address book for aerc](https://sr.ht/~renerocksai/aercbook/)