Reinventing the wheel: Pomodoro recorder CLI
ly has two mode: server and client.
server mode exposes HTTP and gRPC TCP port to communicate with clients. HTTP port (8080) accepts access from browser to view timer and visualised metrics. gRPC port (8081) accepts command from CLI client.
Initialize database.
$ ly init
List backlog
$ ly b
$ ly b -a
List todo
$ ly start
Copyright © 2020 FIXME