Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
C

clockify-cli

> 开发工具
Open source

A simple cli to manage your time entries on Clockify from terminal

198 stars0 likes0 views
WebsiteGitHub

About

A simple cli to manage your time entries on Clockify from terminal

============

A simple cli to manage your time entries and projects on Clockify from terminal Documentation

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/

Contributing

On how to help improve the tool, suggest new features or report bugs, please take a look at the CONTRIBUTING.md.

Features

  • List time entries from a day
    • List in progress entry
  • Report time entries using a date range
    • Inform date range as parameters
    • "auto filter" for last month
    • "auto filter" for this month
  • Start a new time entry
    • Cloning last time entry
    • Ask input interactively
  • Stop the last entry
  • List workspace projects
  • List Clockify Workspaces
  • List Clockify Workspaces Users
  • List Clockify Tags
  • Edit time entry
  • Configuration management
    • Initialize configuration
    • Update individual configuration
    • Show current configuration

How to install

Using homebrew:

bash
brew install --cask lucassabreu/tap/clockify-cli

Using snapcraft

bash
sudo snap install clockify-cli

Using go install

bash
go install github.com/lucassabreu/clockify-cli/cmd/clockify-cli@latest

The 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).

Using nix/NUR

Add this input, overlay and package into your flake:

nix
# ...

  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
  ];

By Hand

Go to the releases page and download the pre-compiled binary that fits your system.

Changelog

Changelog

License

Apache License

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Goclihacktoberfesttime-trackertool

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 18, 2026
Category开发工具
PricingOpen source

> Related tools

V
VS Code
流行的开源代码编辑器
G
Git
分布式版本控制系统
V
Vite
下一代前端构建工具