Skip to content

eikster-dk/hrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hrs (hours)

hrs is a small CLI tool to calculate working hours each month, it takes into account the danish holidays.

I personally use this tool for budgetting purposes when working as a contractor to calculate a baseline for number of hours I can work each month for a whole year.

install

install by using

go install github.com/eikc/hrs

usage

Current hrs will default to the current year with a default of 7.5 working hours each day.

hrs 

#outputs:
❯ hrs
Total working hours in 01/2021: 150.000000 
Total working hours in 02/2021: 150.000000 
Total working hours in 03/2021: 172.500000 
Total working hours in 04/2021: 135.000000 
Total working hours in 05/2021: 142.500000 
Total working hours in 06/2021: 165.000000 
Total working hours in 07/2021: 165.000000 
Total working hours in 08/2021: 165.000000 
Total working hours in 09/2021: 165.000000 
Total working hours in 10/2021: 157.500000 
Total working hours in 11/2021: 165.000000 
Total working hours in 12/2021: 172.500000

You can adjust the working hours or year by using the -year or -hours flag

hrs -year 2022 -hours 8

#outputs
❯ hrs -year 2022 -hours 8
Total working hours in 01/2022: 168.000000 
Total working hours in 02/2022: 160.000000 
Total working hours in 03/2022: 184.000000 
Total working hours in 04/2022: 144.000000 
Total working hours in 05/2022: 160.000000 
Total working hours in 06/2022: 168.000000 
Total working hours in 07/2022: 168.000000 
Total working hours in 08/2022: 184.000000 
Total working hours in 09/2022: 176.000000 
Total working hours in 10/2022: 168.000000 
Total working hours in 11/2022: 176.000000 
Total working hours in 12/2022: 168.000000 

About

hrs (hours) is a small calculator to calculate working hours for budgetting purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages