aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 636abba52a9682f87fb3d1886b0d4c3f65373a7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Almanac

Simple .ics parser to pretty print the events on the terminal.

## Usage

```
$ almanac week personal.ics other.ics

Mon Dec 10 2018
    17:00-18:00 event 1

Wed Dec 12 2018
    ----------- all day event
                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"]
```