-
-
Notifications
You must be signed in to change notification settings - Fork 341
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
Enhancement: new builtin shortcuts: active_office_file #2936
Labels
Comments
This comment was marked as duplicate.
This comment was marked as duplicate.
1208nn
added a commit
to 1208nn/Flow.Launcher
that referenced
this issue
Oct 26, 2024
Fixes Flow-Launcher#2936 Add new builtin shortcut `{active_office_file}` to quickly access the active office file. * Add a new method `GetActiveOfficeFilePath` in `Flow.Launcher.Infrastructure/Helper.cs` to retrieve the active office file path. * Add a new builtin shortcut `{active_office_file}` in `Flow.Launcher.Infrastructure/UserSettings/Settings.cs` to use the `GetActiveOfficeFilePath` method. * Update the `BuiltinShortcuts` list in `Flow.Launcher.Infrastructure/UserSettings/Settings.cs` to include the new `{active_office_file}` shortcut. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Flow-Launcher/Flow.Launcher/issues/2936?shareId=XXXX-XXXX-XXXX-XXXX).
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment has been minimized.
This comment has been minimized.
Is there anyone available for PR tests. I have no touch to device to use VS these days. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just like
{active_explorer_path}
It's not difficult.
This function might help users use plugins to do something on what they are focusing quickly or users can drag it in the flow search result to share it quickly.
I think it would be better if we add a copy button in the builtin shortcuts list.
An example in
python
:The text was updated successfully, but these errors were encountered: