microsoft / PowerToys

Windows system utilities to maximize productivity
MIT License
111.88k stars 6.59k forks source link

[Run] Need spec for UNC handling #9270

Open enricogior opened 3 years ago

enricogior commented 3 years ago

The work for https://github.com/microsoft/PowerToys/pull/8931 raised the problem of which plugin should handle UNC paths. We need to spec out what we will support and which plugin will be responsible for UNC paths.

davidegiacometti commented 3 years ago

I am adding more info here. At the moment UNC paths are handled by URI and Folder plugin with duplicated results.

davidegiacometti commented 3 years ago

Not a priority at all but I have added to folder plugin the ability to enumerate network shares for an host using interops https://github.com/microsoft/PowerToys/commits/users/davidegiacometti/run-net-shares

crutkas commented 3 years ago

@enricogior is this spec work or docs work? sounds like spec

enricogior commented 3 years ago

@crutkas first spec work and then docs work.

enricogior commented 3 years ago

If we remove UNC handling from the URI Handler plugin, the UI needs to be updated, at that point we also need to decide if the URI Handler will ever handle anything beside URLs, in that case we also might have to change its name.

image

enricogior commented 3 years ago

At present \\unc-path may trigger results from the Windows Search plugin. We need to decide if that is something we want to keep or if we should always treat \\ as a special case.

htcfreek commented 3 years ago

Any updates on this.

timf-gaylord commented 2 months ago

Is the 'UNC network shares' portion of this plugin abandoned? If so, can the UI be updated to reflect that? This issue is more than three years old.