-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open directory with a selected item from command line #6558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open directory with a selected item from command line #6558
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 :) |
gave92
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@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"