-
Notifications
You must be signed in to change notification settings - Fork 425
feature: reveal multiple items in dir #2897
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
feature: reveal multiple items in dir #2897
Conversation
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.
No a proper review yet, just some early feedbacks
Package Changes Through 2753528There are 6 changes which include nfc with patch, nfc-js with patch, opener with minor, opener-js with minor, store with minor, store-js with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
Also just a question, should we support supplying paths with different parent directories here? That would open multiple windows I think but could be fine |
@Legend-Master my testing shows:
|
Makes sense, we could document this behavior though |
@Legend-Master I added notes about this Windows-specific behaviour to the fn docs and to README |
|
Since I can't push to your branch, I opened getcompress#1 against this branch to support multiple roots on Windows |
@Legend-Master I've approved your PR and seems like it fixes the rest of your comments, right? UPD: actually the build was failing outside UPD2: tested your changes on Windows, it works 🚀 |
Yep
The limitation is now gone, so I removed those comments
👍 |
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.
Goods good, we just need a change file and format the plugins/opener/guest-js/index.ts
, and we are good to go
https://github.com/tauri-apps/plugins-workspace/blob/v2/.changes/readme.md
@Legend-Master done 🫡 |
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.
Thanks!
Hello and thanks a lot for your work!
This PR adds an option to reveal multiple files, instead of just one.
Given the contracts of the methods used under the hood on all platforms, the single path was always wrapped into an array anyway.
Tested manually on macOS (and it works) — but I can also try Windows and Linux.
Please let me know where to add a change log entry, as currently it is a bit inconsistent between the plugins, and seems to be semi-automatic — I decided it's better to confirm it first.
Thanks!