/calg

calender app for your terminal by golang

Primary LanguageGoMIT LicenseMIT

calg

codecov Build Status Go Report Card

  • calender command for terminal.
  • cal command is useful for terminal user, but it isn't supported -m option(start with monday) in Mac.

usage

  • type calg, then display following in your terminal
$ calg 
     2018年 9月
月 火 水 木 金 土 日
                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

# start with sunday
$ calg -s
     2018年 9月
日 月 火 水 木 金 土
                   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       

install

  • set GOBIN then install with go get
$ go get github.com/matsu0228/calg

$ which calg
-> $GOBIN/clag

TODO

  • add yearly calender