Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

cristeahub/hvilkenukeerdet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hvilken uke er det?

This small program tells you what week number it is straight in your terminal!

Why?

If you are like me, and live in a country where week number of everything is used as an alternative to a date, you will need to know what week number the current week is. This simle tool lets you figure that out!

How?

Simply run uke in your terminal to get the current week number!

Week number range

If you want to know what dates a given week number includes, simply run uke <week_number> and you will get this year's dates for that week number.

Installation

Run make install and you will conveniently get your executable put in /usr/local/bin. After this you will be able to run uke in your terminal. You need rust installed to be able to do this, see the official rust webpage.

Hvilk..what?

The name of this repo is the norwegian phrase "Hvilken uke er det?" put together to one word. Translated to english it means "What week is it?" which is the general expression norwegians use to ask for the week number. It is also the web page of the site being used to fetch the week number.

The word uke is the norwegian word for week. This was chosen as it's most likely not being used by some other program.

Thanks

Thanks to Hvilken uke er det? for telling me what week it is for years now. This is the web page being scraped to find out what week it actuallty is.