-
Notifications
You must be signed in to change notification settings - Fork 18
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 request: Customize the opening of start and stop scripts #27
Comments
Unfortunately, I currently have no way to test prm on WIndows (with Cygwin), but I think this can be fixed pretty quickly. What does the command Something matching |
Fix copy option bug that opens wrong/nonexistant files in editor Add Cygwin compatibility (issue #27) Add mock-tests for Cygwin compatibility (add, copy, edit)
I think I've fixed your issue. |
I'm getting other errors now. I was using efb759b before and now I'm getting the following error:
Debug output:
|
@NVolcz : Are you using the feature branch? And is "prm" in your case a reference to an alias, where the script is sourced (as alluded to in the error message)? The debug output you cited will always be the same, as long as prm is run with P.S. If you don't already know, the prm "add" option takes at least one argument (project name). |
It works now! My alias was not correctly configured, pardon for not RTFM :-). |
Great to hear! |
When using prm with cygwin on Windows, native editors can't handle the unix path.
Example:
Some way to customize the path is therefor wanted, and should provide the possibility to execute the following line:
The line in question:
https://github.com/eivind88/prm/blob/master/prm.sh#L164
The text was updated successfully, but these errors were encountered: