Update README.md

main
diff 2021-03-26 06:11:55 +00:00
parent f0499a26ba
commit 91d34f7a19
2 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,9 @@
# 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:
@ -10,4 +13,4 @@ A way to let other people know what the heck you're up to.
`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.

View File

@ -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
import (