DKalachniuk / XcodeProjects

Switch between projects faster. Don't write "pod install", "pod update" and "cd <your project>" anymore. Just click couple of buttons
MIT License
216 stars 14 forks source link

Can you add a custom shell command to the options? #26

Closed tychop closed 3 years ago

tychop commented 3 years ago

So we can execute a custom shell command in the folder of a project. For example you could combine multiple commands like "bundler && pod install" or maybe even commands we can't think of right now... It could be open a custom application, send a notification, create a git tag, etc etc .

DKalachniuk commented 3 years ago

Thank you! It is in mine todo list! how do you see the way of adding custom shell command to the list? Plus button and then a new window with a text field?

tychop commented 3 years ago

Yeah, I would imagine an entry in the settings menu to add an option to create a 'command'. That could show a crud interface for adding/removing commands which would then become available in the menu's of each project.

DKalachniuk commented 3 years ago

in version 1.5 this ability is added