Open enricogior opened 3 years ago
I am adding more info here. At the moment UNC paths are handled by URI and Folder plugin with duplicated results.
file://
protocol without checking if is validNot 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
@enricogior is this spec work or docs work? sounds like spec
@crutkas first spec work and then docs work.
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.
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.
Any updates on this.
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.
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.