Crates.io | almanac |
lib.rs | almanac |
version | 0.4.0 |
source | src |
created_at | 2018-12-10 15:37:27.537959 |
updated_at | 2021-09-29 19:26:06.277546 |
description | Display calendar .ics in command line |
homepage | https://gitlab.com/meskio/almanac |
repository | https://gitlab.com/meskio/almanac |
max_upload_size | |
id | 101129 |
size | 83,442 |
Simple .ics parser to pretty print the events on the terminal.
$ 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
There is a config file, in toml format in your config folder:
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"]
# default period to display
period = "day"