A simple cli to manage your time entries on Clockify from terminal
A simple cli to manage your time entries on Clockify from terminal
============
See the project site for the how to setup and use this CLI.
See more information about the sub-commands at: https://clockify-cli.netlify.app/en/commands/clockify-cli/
On how to help improve the tool, suggest new features or report bugs, please take a look at the CONTRIBUTING.md.
homebrew:brew install --cask lucassabreu/tap/clockify-clisnapcraftsudo snap install clockify-cligo installgo install github.com/lucassabreu/clockify-cli/cmd/clockify-cli@latestThe installed application for a default go installation should be located on your $GOBIN path. You can add $GOBIN to your $PATH, or move it to a directory listed on your $PATH (e.g.: /usr/local/bin).
nix/NURAdd this input, overlay and package into your flake:
# ...
inputs = {
nur = {
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs";
};
};
# ...
pkgs = import nixpkgs {
inherit system;
overlays = [ nur.overlays.default ];
};
# ...
environment.systemPackages = with pkgs; [
nur.repos.lucassabreu.clockify-cli
];Go to the releases page and download the pre-compiled binary that fits your system.
No open issues yet, or sync has not completed.