An open API service indexing awesome lists of open source software.

https://github.com/righettod/timesheet-utils

Program that I used to know the number of working days and hours according to Luxembourg public holidays to fill my professional timesheet.
https://github.com/righettod/timesheet-utils

timesheet

Last synced: about 1 year ago
JSON representation

Program that I used to know the number of working days and hours according to Luxembourg public holidays to fill my professional timesheet.

Awesome Lists containing this project

README

          

# Description

> **Note**: This project was created to allow me to learn/discover the [Go](https://golang.org) technology.

This project provides a program that I used to know the number of working days and hours according to Luxembourg public holidays to fill my professional timesheet.

# Usage

```bash
$ timesheet-utils
📅 18 working days so 144 working hours until 27/01/2025.
📊 22 working days so 176 working hours in total.
```

# Requirements

Go >= [1.20](https://golang.org/dl/)

# Install

Use the following command: `go install github.com/righettod/timesheet-utils@latest`.

# References

* [Go documentation](https://golang.org/doc/).
* [Go by Example](https://gobyexample.com/).
* [A Tour of Go](https://tour.golang.org/welcome/1).
* [Building Go Applications for Different Operating Systems and Architectures](https://www.digitalocean.com/community/tutorials/building-go-applications-for-different-operating-systems-and-architectures).
* [Luxembourg public holidays](https://luxembourg.public.lu/en/living/quality-of-life/jours-feries-legaux.html).