Skip to content
forked from myyra/hrflow

HR Flow CLI borrowed from Mr Myyrä (For integration with Clocify API) - Pet project

License

Notifications You must be signed in to change notification settings

SharperShape/hrflow

 
 

Repository files navigation

hrflow

HR Flow CLI

Usage

hrflow help

Creating Reports

NAME:
   hrflow report - add a new hour report

USAGE:
   hrflow report [command options] [arguments...]

OPTIONS:
   --duration DURATION, -d DURATION  DURATION to report, formatted as 8h30m. Will be ignored if both start and end time are defined. (default: "8h")
   --start TIME, -s TIME             Set workday start to TIME. (default: now - DURATION)
   --end TIME, -e TIME               Set workday end to TIME. (default: now)
   --project PROJECT, -p PROJECT     which PROJECT to assign to the report. (default: none)
   --comment COMMENT, -c COMMENT     assign a COMMENT to the report. (default: empty)
   --date DATE                       DATE for the report, format 'd.M.' (years not supported) (default: today)
   --hourly                          Report units as an hourly worker, also won't include 30 minute lunch in the duration. (default: false)
   --help, -h                        show help (default: false)

Quickly Reporting 8 Hours

Running hrflow report will report an 8 hour workday ending at current time.

Installation

Create a file for the login at ~/.hrflow with the contents:

username: USERNAME
password: PASSWORD

Homebrew (macOS and Linux)

brew install myyra/tap/hrflow

Go

Make sure Go is installed on your machine and $GOPATH/bin is in you $PATH. Then run

go get -u github.com/myyra/hrflow

Binary

Binaries are available from the Releases page.

About

HR Flow CLI borrowed from Mr Myyrä (For integration with Clocify API) - Pet project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%