clockify-cli
clockify-cli copied to clipboard
A simple cli to manage your time entries on Clockify from terminal
We may be using this a little oddly, but each of our clients all have projects with the same title for various reasons. It would be great if there was...
By default all the dates are in UTC, this commit adds a new flag: '--time-zone' or '-z' that allows the user to pass a timezone. This is a breaking change,...
Hello there, Thanks for the great tool. I have a periodic clockify-cli command running (`clockify-cli report --duration-formatted`) and keep seeing MacOS notifying me that it blocked incoming connections for 'clockify-cli'...
related to #232
Hey there, let me start with I'm not a programmer but I'm learning to figure out my way around the CL. I use an app called It is a note...
I think it would be a nice adition to load configurations like default tag, project and workspace depending on the folder the user is, like a per project configuration, this...
Starting a time entry with no project while the "show clients" option is enabled causes an error, which this PR resolves.
https://docs.aws.amazon.com/sdkref/latest/guide/feature-process-credentials.html
The clockify-cli uses an underlying YAML file located at `~/.clockify-cli.yaml` to manage settings. This file also includes the userid, workspaceid, and token in plain text, which may not be desirable...