meine
meine 🌒 - A CLI file manager and system utility built with Textual. It combines intuitive command parsing with rich t…
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
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-cli
snapcraftsudo snap install clockify-cli
go installgo 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).
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.
more like this
meine 🌒 - A CLI file manager and system utility built with Textual. It combines intuitive command parsing with rich t…
📱 A React app to preview and edit Markdown✍. You can also export it as HTML.
search projects, people, and tags