2022-03-22 13:43:11 +01:00
|
|
|
# badgy
|
|
|
|
|
2022-03-22 13:57:47 +01:00
|
|
|
Very simple ninebadge shell client
|
|
|
|
|
|
|
|
# Depends
|
|
|
|
|
|
|
|
This works with "curlie" (https://curlie.io)
|
2022-03-23 13:29:06 +01:00
|
|
|
|
|
|
|
# HowTo
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
Create a ".bagdyrc" file with this lines :
|
|
|
|
|
|
|
|
```
|
|
|
|
BADGEURL=https://badge.cadoles.com/ninebadge/rest
|
|
|
|
KEY=XXXXXX-XXX-XXX-XXX-XXX
|
|
|
|
```
|
|
|
|
|
|
|
|
You can find you key in your user profile from ninebadge.
|
|
|
|
|
|
|
|
## Clockin
|
|
|
|
|
|
|
|
$ badgy in
|
|
|
|
|
|
|
|
## Clockout
|
|
|
|
|
|
|
|
$ badgy out
|
|
|
|
|
|
|
|
## Validate the "current" day
|
|
|
|
|
|
|
|
$ badgy val
|
|
|
|
|
|
|
|
## Show your current status (captial time and clocks)
|
|
|
|
|
|
|
|
$ badgy show
|
2022-03-23 16:45:31 +01:00
|
|
|
|
|
|
|
## Show a nice status with your timers
|
|
|
|
|
|
|
|
$ badgy sld
|