microsoft/PowerToys

CmdPal / Shell: Add the various run settings to the context menu

Open

#38.277 geöffnet am 31. März 2025

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (7.978 Forks)batch import
CmdPal - ShellCmdPal-Inbox ExtensionsHelp WantedIssue-TaskProduct-Command Palette

Repository-Metriken

Stars
 (133.154 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 14T 20h) (117 gemergte PRs in 30 T)

Beschreibung

originally filed by @joadoumie

Right now we have these options in the context menu:

image

We should add all of the run options that are present in the settings into the context menu too. Here are the options that are present in the settings:

image


Similarly, the opposite from @stacy-plat in #38768:

I am sure the feature is implemented as intended, but what is the point of invoking a shell command like ping , ipconfig, netstat, if the shell immediately closes.

A feature where > works as implemented and an additional >> would persist the shell window. And maybe q> would invoke command as unattended if the command entered supports unattended (no shell window at all).

Contributor Guide