Open directory with a selected item from command line#6558
Open directory with a selected item from command line#6558yair100 merged 4 commits intofiles-community:mainfrom abdonkov:open-with-selected-item
Conversation
…it is part of the focusing operation and wasn't working in details layout because of a different bug
|
Looks pretty good @abdonkov, thanks! I've pushed a small change to add support for the syntax |
|
Yeah that looks great, more options is always better :) |
|
@abdonkov thank you! |
|
This works but only on small folder with few files, on my Download folder which contains hundreds of files it just open the folder but doesn't select the file... (please fix) |
|
@neoOpus could you confirm whether the file gets selected, the issue actually being that the list does not scroll down to it? |
You are right, it gets selected but doesn't scroll to it. |
Resolved / Related Issues
Items resolved / related issues by this PR.
Details of Changes
Known issues
Validation
How did you test these changes?
Example usage:
files.exe -Direcroty "D:\Downloads" -Select "image.png"
files.exe -Directory "D:\Downloads" -Select "Some Folder"