Skip to content
/ cw Public

Commandline tool to get the current calender week.

License

Notifications You must be signed in to change notification settings

pgrunm/cw

Repository files navigation

cw

Go Report Card

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.

Features

  • 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

Installation

TODO: Prepare installation manual.

Usage

TODO: Prepara usage documentation.

Development

TODO: Prepare development manual.

  1. Clone the repository with git clone https://github.com/pgrunm/cw
  2. Run go get ..
  3. Start developing.

About

Commandline tool to get the current calender week.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages