Skip to content
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

Support for project folder replacement variable #33

Closed
phansson opened this issue Apr 22, 2013 · 4 comments
Closed

Support for project folder replacement variable #33

phansson opened this issue Apr 22, 2013 · 4 comments
Assignees
Milestone

Comments

@phansson
Copy link

Currently there's support for the following replacement variables:

${currentFile}
${currentFolder}
${relativeFile}
${relativeFolder} 

I'm missing the project root folder. For the shell script I'm executing I need to know the project's root path and it is pretty difficult to figure out from the existing replacement variables, if not impossible.

Therefore I'm suggesting a new replacement variable:

${currentProjectFolder}

I don't know if it makes sense to have a relative version of that variable as well ?

@ghost ghost assigned dzsessona Aug 9, 2013
@dzsessona
Copy link
Owner

will add that this week

@dzsessona
Copy link
Owner

I just released a versio for 7.4, kind of rushed it because there were a few requests to do it quickly, but haven't forgot about you, i will publish an update soon.

@mikbox74
Copy link

mikbox74 commented Mar 2, 2016

Vote for the feature too. It allows to use things like git-ftp through shortcuts.

@markiewb markiewb modified the milestone: 1.1.0 Mar 2, 2016
markiewb added a commit that referenced this issue Mar 3, 2016
* introduced ${currentProjectFolder} / ${mainProjectFolder}
@markiewb
Copy link
Collaborator

markiewb commented Mar 3, 2016

Fixed in 1.1.0

Introduced

  • ${currentProjectFolder}
  • ${mainProjectFolder}

@markiewb markiewb closed this as completed Mar 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants