Angelmmiguel / pm

The easy way to switch between your projects on ZSH
MIT License
193 stars 17 forks source link

Add per project after trigger #1

Closed greyhoundforty closed 8 years ago

greyhoundforty commented 8 years ago

Any chance for a way to trigger per project after actions? Right now it looks like the default is after-all but would be nice to set specific actions per project.

Angelmmiguel commented 8 years ago

Hello!

Yes, it is a planned feature, I will add it in a few days :smiley:

greyhoundforty commented 8 years ago

Awesome. I'm liking pm a lot so far as a simple project manager

Sent from my iPhone

On Sep 26, 2015, at 4:33 PM, ?ngel M notifications@github.com<mailto:notifications@github.com> wrote:

Hello!

Yes, it is a planned feature, I will add it in a few days [:smiley:]

Reply to this email directly or view it on GitHubhttps://github.com/Angelmmiguel/pm/issues/1#issuecomment-143497920.

Angelmmiguel commented 8 years ago

Thanks! I hope it help you.

Angelmmiguel commented 8 years ago

I added this functionality to new version. I need to create an "update" process from version 0.1 because I changed the format of ~/.pm/projects to store the properties of them.

The change is to enclose projects. Before this feature:

pm:/Users/myuser/myproject
irb:/Users/myuser/mysecondproject

Now,

pm:/Users/myuser/myproject
\pm
irb:/Users/myuser/mysecondproject
\irb

I will add an update process to perform this changes automatically. :smiley:

Angelmmiguel commented 8 years ago

Added update process in commit 17d1f09. This feature is available in 0.2.0rc version and newer.