almanac

Crates.ioalmanac
lib.rsalmanac
version0.4.0
sourcesrc
created_at2018-12-10 15:37:27.537959
updated_at2021-09-29 19:26:06.277546
descriptionDisplay calendar .ics in command line
homepagehttps://gitlab.com/meskio/almanac
repositoryhttps://gitlab.com/meskio/almanac
max_upload_size
id101129
size83,442
meskio (meskio)

documentation

https://docs.rs/almanac/

README

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"]

# default period to display
period = "day"
Commit count: 58

cargo fmt