Replies: 1 comment 3 replies
-
Hi @werelord, it is only implemented for the file manager command. You don't have to pass the working directory, because it will be done automatically: https://github.com/Murmele/Gittyup/blob/13377c135a56bf19f43f8527cb9fd4f7f5d55821/src/ui/RepoView.cpp |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to have Gittyup launch windows terminal as the terminal emulator command, but I'm unable to launch with the given source directory as the root.. Given Terminal's command-line params I set:
terminal complains about the source folder:
Obviously the directory isn't being passed into the command line parameter.. Is there something I'm missing?? Does the %1 (referenced in the dialog, "%1" = Repo Path) only apply to the file manager command?
Beta Was this translation helpful? Give feedback.
All reactions