Aren't you also annoyed by people, who say XYZ will take place in calendar week XX
? cw comes to solve this issue! It is a commandline tool for finding out the calendar week of a date. It's completely written in Go.
- Get the current calendar week without specifying any arguments.
- Get the calendar week of a date.
- When entering a week as flag, get start and end date.
- Print a list of all calendar weeks of a given year as a table
- Print the start and end date if you enter a year and calendar week
- Support for different output formats like JSON,
table(maybe more to come) - Support for different date formats
TODO: Prepare installation manual.
TODO: Prepara usage documentation.
TODO: Prepare development manual.
- Clone the repository with
git clone https://github.com/pgrunm/cw
- Run
go get .
. - Start developing.