-
Notifications
You must be signed in to change notification settings - Fork 159
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
How to make wstart use linux path #62
Comments
I added a wstartex subcommand fd9ca6c Examples:
Or use a standlone wstart script:
|
@goreliu awesome! Thank you for this feature. Ability to open websites is a neat touch! Can we see this in the next release so that |
Yes, I released v0.8.7 just now. |
@goreliu that was fast! Thanks! It works except for relative paths or when the absolute path has spaces in them. For example,
I can manage this in my zsh though but as an inbuilt feature of |
I will fix it, and I am using this zsh script, it works.
|
@goreliu thanks for the fix. It solves my issue :) |
I fixed it (234e3bb). |
@goreliu Great! Will pull from the next release |
@goreliu did the last change make it into the release? |
I want to use
cmdtool wstart $filename
where$filename
represents the relative/absolute linux path of file inpwd
. However, it seems to want the absolute Windows path of the file. How do I make it work like I want to? I can only think of making a bash function to handle that.The text was updated successfully, but these errors were encountered: