-
Notifications
You must be signed in to change notification settings - Fork 157
New Plugin: ZoxidePy #532
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
New Plugin: ZoxidePy #532
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.
Could you please add a readme to your plugin's repository explaining how to use the plugin?
Thanks for the reminder! I've added a README.md file that explains the plugin's usage and setup instructions. Please let me know if you'd like any additional details included. |
@WantChane Please update your plugin's download url to v1.1.0 |
@cibere It works well for me |
Well, I have updated the download link |
@cibere Could you please check why the GitHub Action failed?
|
the github action hasn't been updated in accordance to Elven's python plugin path PR |
It looks like we must fix the GitHub Action before merging |
This is a different fail now. It's where the plugin expects zoxide.exe to exist, typically installed by user already. Not sure how we solve this scenario for testing purposes yet. |
@WantChane Could you please check if you can resolve this check failure on your side? Thanks!
|
@WantChane @Jack251970 what I think we can do in this instance is when zoxide.exe is not found, instead of raising the error, create a single result to let the user know and perhaps the action of the result when user presses enter will take them to the Zoxide download url. |
* feat: add "z cd path" to add path to zoxide and open it Flow-Launcher/Flow.Launcher.PluginsManifest#532 (comment) @jjw24
@Jack251970 I adopted @jjw24's solution. Now when zoxide.exe is not found, the user will be prompted to download and install it. |
Thanks! In v1.2.0, ZoxidePy will do as you said |
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 for your contribution!
Zoxide integration for Flow Launcher, written in Python.