30 lines
569 B
Markdown
30 lines
569 B
Markdown
|
# c4mate - command line client for the C4 mukas instance (aka Mate-Pad)
|
||
|
|
||
|
## Requirements
|
||
|
|
||
|
* lua
|
||
|
* curl
|
||
|
* sed
|
||
|
* date
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
c4mate [-u <user>] [ <query> | -b <id> | -l | +/-<amount> | -g <amount> <user> [<reason>]]
|
||
|
Display current balance:
|
||
|
c4mate
|
||
|
Find and buy item (interactive):
|
||
|
c4mate <query>
|
||
|
Buy by item id (non-interactive):
|
||
|
c4mate -b|--buy <id>
|
||
|
Show log:
|
||
|
c4mate -l|--log
|
||
|
Add or subtract credits:
|
||
|
c4mate <difference>
|
||
|
Give credits:
|
||
|
c4mate -g <amount> <user> [<reason>]
|
||
|
|
||
|
## License
|
||
|
|
||
|
CC0
|
||
|
|