Update README.md

这个提交包含在:
diff 2021-03-26 06:11:55 +00:00
父节点 f0499a26ba
当前提交 91d34f7a19
共有 2 个文件被更改,包括 9 次插入2 次删除

查看文件

@ -1,6 +1,9 @@
# CheckIn # CheckIn
A way to let other people know what the heck you're up to. CheckIn is a way to let other people know what the heck you're up to.
It's essentially a status. But like. For your terminal. Has that been done
already? Has to have been, right?
## Usage: ## Usage:
@ -10,4 +13,4 @@ A way to let other people know what the heck you're up to.
`checkin get [--freshness=14]` `checkin get [--freshness=14]`
`--freshness` controls how new (in days) messages must be in order to be printed. `--freshness` controls how new (in days) messages must be in order to be printed.

查看文件

@ -1,3 +1,7 @@
// CheckIn is a way to let other people know what the heck you're up to.
//
// It's essentially a status. But like. For your terminal. Has that been
// done already? Has to have been, right?
package main package main
import ( import (