Kontrolio's CLI time clock, clock card machine, punch clock, or time recorder.
- You can:
- Install with homebrew if you're on a Mac or Linux:
brew install marcelovicentegc/taps/kontrolio
- Install it with Node package managers for any platform:
yarn global add @kontrolio/cli
npm i -g @kontrolio/cli
- Or download the binaries for Linux (64 and 32 bit), macOS or Windows here
- Install with homebrew if you're on a Mac or Linux:
See Troubleshooting if you have any issues on installation.
$ kontrolio
NAME:
kontrolio - Your cli time clock, clock card machine, punch clock or time recorder
USAGE:
kontrolio [global options] command [command options] [arguments...]
VERSION:
0.x
COMMANDS:
config, c Configure Kontrolio
logs, l Navigate through all your records
punch, p Punch your clock
push Push your records to Google Drive
status, s Check how many hours have you worked today
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
In case you receive an EACESS
error while trying to execute kontrolio
after installing it with npm
or yarn
, change the file permissions with chmod 755 <path_to_binaries>
.
Make sure you have a .kontrolio.yaml
file under your home directory (/home/marcelo
on Linux, /Users/Marcelo
on macOs, C:\Users\Marcelo
on Windows) with dev
set to true
, like this:
dev: true