Is your feature request related to a problem? Please describe.
The path-bar can be a killer navigation feature when you know how to use it.
Unfortunately many features of file explorer are currently not working.
I will try to write them down.
Describe the solution you'd like
Describe alternatives you've considered
- your connected drives like "c:" or "D:"
Is maybe not the most intuitive way to do so:
BTW: Sry for spamming your repo with ideas but I think files UWP really has the potential to become an amazing piece of software!
First of all we love all your ideas and they are extremely helpful! Keep them coming.
When typing in special words, directorys get opened automatically (which is one of the killer featues of file explorer imho). you currently can type in and press enter to open the following directorys immediately:
This is something called environmental variables #182
Everything on the list makes sense and we will try to address as many of them as possible when we work on enhancing this area.
open a folder inside the current directory
What would this add over appending the folder name to the directory path?
So I propose to just enter "c" or "d" without the ":" sign. Maybe both could work?
I think c: should be enough.
Also being able to open all items that are added to your favorites (also self added items) based on their shown name in the left navigation bar this way would be a killer feature imho ;) (and this is also currently not possible with file explorer)
Can you clarify what you are requesting with this one?
open a folder inside the current directory
What would this add over appending the folder name to the directory path?
The advantage would be that it would be faster: (and is also possible with file explorer)
Because if you first select the navigation bar, the whole path gets selected which makes sense, then you can just type in the new folder name and don't have to press another key to navigate to the end of the path first.
Maybe you could also compare it to the cd command:
if you are in a directory, you can just type in the folder name (after cd) to navigate into the folder instead of entering the whole path.
I hope that explanation makes sense...
So I propose to just enter "c" or "d" without the ":" sign. Maybe both could work?
I think
c:should be enough.
okay
Also being able to open all items that are added to your favorites (also self added items) based on their shown name in the left navigation bar this way would be a killer feature imho ;) (and this is also currently not possible with file explorer)
Can you clarify what you are requesting with this one?
It could work like this: if you have pinned a folder like "examplefolder" to the sidebar, you could open that folder if you type in "examplefolder" into the navigation bar.
The advantage would be that it would be faster: (and is also possible with file explorer)
Because if you first select the navigation bar, the whole path gets selected which makes sense, then you can just type in the new folder name and don't have to press another key to navigate to the end of the path first.
It is definitely possible, however if there is a folder called "Folder 1" in a directory and there is a different folder also called "Folder 1" pinned to the sidebar, which one should the app navigate to?
The advantage would be that it would be faster: (and is also possible with file explorer)
Because if you first select the navigation bar, the whole path gets selected which makes sense, then you can just type in the new folder name and don't have to press another key to navigate to the end of the path first.It is definitely possible, however if there is a folder called "Folder 1" in a directory and there is a different folder also called "Folder 1" pinned to the sidebar, which one should the app navigate to?
I would vote to always open the folder in the current directory first. If there is no folder with this name in the current directory, you would then open the favourite from the sidebar...
@szaimen Thank you for opening this issue, over the past few months we have worked on several areas to improve the navigation bar, in order to continue and help break up the work, it would be best if you opened up individual issues or commented on existing ones for each feedback item.
Most helpful comment
First of all we love all your ideas and they are extremely helpful! Keep them coming.
This is something called environmental variables #182
Everything on the list makes sense and we will try to address as many of them as possible when we work on enhancing this area.