-
Notifications
You must be signed in to change notification settings - Fork 15
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
$ not open config.yml on Windows #5
Comments
@michelepagot would you be able to see if this branch fixes your issue? #13 |
damn. Not sure where to start to investigate this |
Maybe you can allow the user to specify editor to use using environment variables.
or
run_command too is not so Windows friendly I'm definitely not RUSTy enough to provide anything more than a pseudocode idea but maybe you can think about adding to src\os_commands.rs something like
And then use it in
Just pseudocode, it does not build. It has quite like to be extended to .args(&[ as bash need -c and cmd needs /c |
I'm using lazycli 0.1.14 on a Windows10 machine. I do not have any default association for the .yml files.
So, for example, if I try to
I get nothing but a OS popup that asks me to suggest my preferred application to edit the .yml files
So within lazycli, $ has no effects at all, the low status bar quickly toggles between two messages, so the first one about "I'm using start" is barely visible. The Windows popup about file association does not appear when "start" is called by lazycli
Code behind it seems like
Unfortunately, I have no proposal about how to handle this situation or even if it has to be handled at all or code is fine like it is right now:
in any case, lazycli is a cool small doing one thing command: greater job
The text was updated successfully, but these errors were encountered: