microsoft/PowerToys

[Run][Plugin] Rename projects/binaries to follow the required schema

Open

#9,003 opened on Jan 8, 2021

View on GitHub
 (11 comments) (1 reaction) (0 assignees)C# (7,978 forks)batch import
Area-BuildArea-QualityArea-Setup/InstallHelp WantedPriority-2Product-PowerToys RunRun-PluginTracker

Repository metrics

Stars
 (133,154 stars)
PR merge metrics
 (Avg merge 14d 20h) (117 merged PRs in 30d)

Description

WARNING: this needs to be coordinated with the localization team to avoid problems see https://github.com/microsoft/PowerToys/pull/9196 and https://github.com/microsoft/PowerToys/pull/9210

PT Run plugins should follow the same naming convention as the Service and System plugins. See https://github.com/microsoft/PowerToys/pull/8974 for reference.

This task affects:

  • Visual Studio projects' names
  • Binaries' names
  • folders' hierarchy
  • projects' namespaces

Given this work impacts several projects, we should open individual PRs for each plugin:

  • Calculator
  • Folder
  • Indexer
  • Shell
  • Uri
  • WindowWalker

Contributor guide