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.
- Host: GitHub
- URL: https://github.com/righettod/timesheet-utils
- Owner: righettod
- License: gpl-3.0
- Created: 2023-04-18T13:58:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T12:41:41.000Z (over 1 year ago)
- Last Synced: 2025-02-08T23:12:53.240Z (over 1 year ago)
- Topics: timesheet
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).