1

I would like to get Powertoys Run utility to display the Calendar Week and Day of the Year using cw or doy instead of using ) day of the year:

enter image description here

enter image description here

1 Answers1

1

As far as I know you can not add custom commands from within the app or the general PowerToys settings. This leaves you with 2 options:

  1. Writing a feature request (or searching & voting on a similar on) on the official GitHub repository.
  2. Do it yourself: You can make a pull request, fork the project or download the project's source code and customize it to your liking. But it will be quite the undertaking if you are not familiar with C#/C++, which are this project's main programming languages.
A-Tech
  • 597