aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRuben Pollan2018-12-10 18:23:29 +0100
committerRuben Pollan2018-12-10 18:23:29 +0100
commit8a15ad89d7df16c9a82721bae1e9ba8d5ab02dd2 (patch)
treef0227e4b94d125f7237952c0aae6355bf05285f8 /README.md
parentdc2d46735deaa2a8ba78702d5dd033f309fcfb0c (diff)
Add config file
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index c8ee994..636abba 100644
--- a/README.md
+++ b/README.md
@@ -15,3 +15,17 @@ Wed Dec 12 2018
description
19:00-20:00 nother event
```
+
+## Config file
+
+There is a config file, in toml format in your config folder:
+
+* Lin: /home/alice/.config/almanac.toml
+* Win: C:\Users\Alice\AppData\Roaming\almanac.toml
+* Mac: /Users/Alice/Library/Preferences/almanac.toml
+
+The format is:
+```
+# a list of icals to be used if none is provided to the program
+cals = ["/home/foo/mycal.ics", "/tmp/anothercal.ics"]
+```