Skip to content

SteffenCarlsen/TaskTray_Weekhelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskTray Weeknumber Display

TaskTrayWeek is a small Windows tray application for quick week-number lookups.

The tray icon shows the current week number using Monday as the first day of the week and the first-four-day week rule.

Icon

Tray Menu

Right-clicking the tray icon opens a menu with:

  1. Force update refreshes the week number shown in the tray icon.
  2. Get date from week accepts a week number from 1 to 53. Press Enter to show the Monday for that week in the current year.
  3. Get week from date accepts a date using the current Windows culture. Press Enter to show the week number for that date.
  4. Start on boot toggles whether TaskTrayWeek starts when the current Windows user signs in.
  5. Exit closes the application.

Invalid input is shown directly in the input field:

  • Invalid week numbers show Week must be 1-53.
  • Invalid dates show Use DD-MM-YYYY.

Rightclick

Startup Behavior

The Start on boot option writes to the current user's Windows startup registry key:

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

This does not require administrator permissions.

Requirements

  • Windows
  • .NET 10 runtime, unless using a self-contained release build

About

A simple application in the tasktray that helps with week-related information. The application was mostly created to aid with day-to-day tasks in my project management life, where the weeknumber is super relevant, but who the hell can remember the week numbers?

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages