# c4mate - command line client for the C4 mukas instance (aka Mate-Pad) ## Requirements * lua (versions < 5.3 will have problems displaying non-ASCII characters) * curl * sed * date ## Usage If no username is given via the "-u" command line flag, c4mate will use the value of the $USER environment variable as username. Usage: c4mate [-u ] [ | -b | -l | +/- | -g []] Display current balance: c4mate Find and buy item (interactive): c4mate Buy by item id (non-interactive, special id '0' will re-buy last item in log): c4mate -b|--buy Show log: c4mate -l|--log [] Add or subtract credits: c4mate Give credits: c4mate -g [] ## License CC0