- calender command for terminal.
cal
command is useful for terminal user, but it isn't supported-m
option(start with monday) in Mac.
- 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
- set
GOBIN
then install withgo get
$ go get github.com/matsu0228/calg
$ which calg
-> $GOBIN/clag
- add yearly calender