CheckIn/README.md

28 lines
778 B
Markdown
Raw Permalink Normal View History

2020-11-13 06:22:45 +00:00
# CheckIn
2020-11-12 22:06:19 +00:00
2021-03-26 06:11:55 +00:00
CheckIn is a way to let other people know what the heck you're up to.
2023-12-12 17:37:27 +00:00
It's intended for multi-user systems like tilde.town.
2021-03-26 06:11:55 +00:00
It's essentially a status. But like. For your terminal. Has that been done
already? Has to have been, right?
2020-11-12 22:06:19 +00:00
## Usage:
2020-11-13 06:22:45 +00:00
`checkin set [--include-wd]`
`--include-wd` will include your current working directory in your message.
`checkin get [--freshness=14]`
2021-03-26 06:11:55 +00:00
`--freshness` controls how new (in days) messages must be in order to be printed.
2023-12-12 17:37:27 +00:00
## Example:
```
diff:~/p/Apricitas > checkin set --include-wd "is trying to wrap his lil head around making a raytracer"
diff:~/p/Apricitas > checkin get
~diff is trying to wrap his lil head around making a raytracer. (~diff/projects/Apricitas)
~exampleuser is busy setting an example.
```